25#ifndef GRID_TOPOLOGY_H
26#define GRID_TOPOLOGY_H
28#include <vtkUnstructuredGrid.h>
29#include <vtkPolyData.h>
30#include <vtkSmartPointer.h>
66 void build1DGrid(vtkSmartPointer<vtkUnstructuredGrid> grid);
74 void build2DGrid(vtkSmartPointer<vtkUnstructuredGrid> grid);
82 void build3DGrid(vtkSmartPointer<vtkUnstructuredGrid> grid);
90 void buildNetwork(vtkSmartPointer<vtkUnstructuredGrid> grid);
Create a 3D/2D/1D grid mesh.
Definition GridTopology.h:45
virtual ~GridTopology()=default
the destructor
virtual camitk::Action::ApplyStatus apply()
method called when the action is applied
Definition GridTopology.cpp:62
This class describes what is a generic Action extension.
Definition ActionExtension.h:57
Action class is an abstract class that enables you to build a action (generally on a component).
Definition Action.h:208
ApplyStatus
describes what happened during the application of an algorithm (i.e. results of the apply method)
Definition Action.h:224