36 #ifndef DISCRETECONTINUUMMESHACTORGENERATOR_HPP_ 37 #define DISCRETECONTINUUMMESHACTORGENERATOR_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 "DiscreteContinuumMesh.hpp" 46 #include "UnitCollection.hpp" 47 #include "AbstractActorGenerator.hpp" 52 template<
unsigned DIM>
76 void AddActor(vtkSmartPointer<vtkRenderer> pRenderer);
~DiscreteContinuumMeshActorGenerator()
void AddActor(vtkSmartPointer< vtkRenderer > pRenderer)
boost::shared_ptr< DiscreteContinuumMesh< DIM, DIM > > mpDiscreteContinuumMesh
DiscreteContinuumMeshActorGenerator()
void SetDiscreteContinuumMesh(boost::shared_ptr< DiscreteContinuumMesh< DIM, DIM > > pDiscreteContinuumMesh)