HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PyImathFixedArray2D.h File Reference
#include <hboost/python.hpp>
#include <hboost/operators.hpp>
#include <hboost/shared_array.hpp>
#include <hboost/any.hpp>
#include <iostream>
#include <ImathVec.h>
#include "PyImathFixedArray.h"
#include "PyImathOperators.h"
+ Include dependency graph for PyImathFixedArray2D.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PyImath::FixedArray2D< T >
 

Namespaces

 PyImath
 

Macros

#define HBOOST_BIND_GLOBAL_PLACEHOLDERS
 

Functions

template<template< class, class > class Op, class T1 , class Ret >
FixedArray2D< Ret > PyImath::apply_array2d_unary_op (const FixedArray2D< T1 > &a1)
 
template<template< class, class, class > class Op, class T1 , class T2 , class Ret >
FixedArray2D< Ret > PyImath::apply_array2d_array2d_binary_op (const FixedArray2D< T1 > &a1, const FixedArray2D< T2 > &a2)
 
template<template< class, class, class > class Op, class T1 , class T2 , class Ret >
FixedArray2D< Ret > PyImath::apply_array2d_scalar_binary_op (const FixedArray2D< T1 > &a1, const T2 &a2)
 
template<template< class, class, class > class Op, class T1 , class T2 , class Ret >
FixedArray2D< Ret > PyImath::apply_array2d_scalar_binary_rop (const FixedArray2D< T1 > &a1, const T2 &a2)
 
template<template< class, class > class Op, class T1 , class T2 >
FixedArray2D< T1 > & PyImath::apply_array2d_array2d_ibinary_op (FixedArray2D< T1 > &a1, const FixedArray2D< T2 > &a2)
 
template<template< class, class > class Op, class T1 , class T2 >
FixedArray2D< T1 > & PyImath::apply_array2d_scalar_ibinary_op (FixedArray2D< T1 > &a1, const T2 &a2)
 

Macro Definition Documentation

#define HBOOST_BIND_GLOBAL_PLACEHOLDERS

Definition at line 11 of file PyImathFixedArray2D.h.