36 #ifndef REGULARGRIDACTORGENERATOR_HPP_ 37 #define REGULARGRIDACTORGENERATOR_HPP_ 40 #include "SmartPointers.hpp" 41 #define _BACKWARD_BACKWARD_WARNING_H 1 //Cut out the vtk deprecated warning 42 #include <vtkSmartPointer.h> 43 #include <vtkRenderer.h> 44 #include <vtkLookupTable.h> 45 #include "RegularGrid.hpp" 46 #include "UnitCollection.hpp" 47 #include "AbstractActorGenerator.hpp" 52 template<
unsigned DIM>
65 bool mUseTubesForEdges;
83 void AddActor(vtkSmartPointer<vtkRenderer> pRenderer);
boost::shared_ptr< RegularGrid< DIM > > mpRegularGrid
void SetRegularGrid(boost::shared_ptr< RegularGrid< DIM > > pRegularGrid)
void SetEdgeOpacity(double opacity)
void AddActor(vtkSmartPointer< vtkRenderer > pRenderer)
RegularGridActorGenerator()
~RegularGridActorGenerator()