VTK
|
#include "vtkCellArray.h"
#include "vtkDataArray.h"
#include "vtkPoints.h"
#include <dax/Types.h>
#include <dax/VectorTraits.h>
#include <dax/cont/ArrayPortal.h>
#include <dax/cont/internal/IteratorFromArrayPortal.h>
#include <iterator>
#include <boost/type_traits/remove_const.hpp>
#include <boost/type_traits/is_const.hpp>
#include <boost/type_traits/is_base_of.hpp>
#include <boost/mpl/if.hpp>
Go to the source code of this file.
Classes | |
class | vtkToDax::vtkArrayPortal< DaxValueType, VTKComponentType > |
class | vtkToDax::vtkPointsPortal< Type, NUM_COMPONENTS > |
class | vtkToDax::vtkTopologyPortal< T, PointsPerCell > |
Namespaces | |
vtkToDax | |