36 #ifndef CELLPOPULATIONACTORGENERATOR_HPP_ 37 #define CELLPOPULATIONACTORGENERATOR_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 "AbstractCellPopulation.hpp" 46 #include "VertexBasedCellPopulation.hpp" 47 #include "MeshBasedCellPopulation.hpp" 48 #include "UnitCollection.hpp" 49 #include "AbstractActorGenerator.hpp" 54 template<
unsigned DIM>
78 void AddActor(vtkSmartPointer<vtkRenderer> pRenderer);
90 void SetCellPopulation(boost::shared_ptr<AbstractCellPopulation<DIM> > pCellPopulation);
void SetCellPopulation(boost::shared_ptr< AbstractCellPopulation< DIM > > pCellPopulation)
void AddMeshBasedCellPopulationActor(vtkSmartPointer< vtkRenderer > pRenderer)
boost::shared_ptr< AbstractCellPopulation< DIM > > mpCellPopulation
void AddActor(vtkSmartPointer< vtkRenderer > pRenderer)
~CellPopulationActorGenerator()
CellPopulationActorGenerator()