#include <ttkAlgorithm.h>
#include <ttkMacros.h>
#include <ttkUtils.h>
#include <OrderDisambiguation.h>
#include <Triangulation.h>
#include <ttkTriangulationFactory.h>
#include <vtkCellTypes.h>
#include <vtkCommand.h>
#include <vtkDataSet.h>
#include <vtkImageData.h>
#include <vtkInformation.h>
#include <vtkInformationIntegerKey.h>
#include <vtkInformationVector.h>
#include <vtkMultiBlockDataSet.h>
#include <vtkPointData.h>
#include <vtkPolyData.h>
#include <vtkTable.h>
#include <vtkUnstructuredGrid.h>
#include <vtkCompositeDataPipeline.h>
#include <vtkInformationKey.h>
Go to the source code of this file.
◆ prepOutput()
template<class vtkDataType >
int prepOutput |
( |
vtkInformation * |
info, |
|
|
const std::string & |
className |
|
) |
| |
◆ vtkInformationKeyMacro()
vtkInformationKeyMacro |
( |
ttkAlgorithm |
, |
|
|
SAME_DATA_TYPE_AS_INPUT_PORT |
, |
|
|
Integer |
|
|
) |
| |
◆ vtkStandardNewMacro()