19 itk::DataObject::Pointer output = this->
MakeOutput(0);
20 this->SetNumberOfRequiredInputs(1);
21 this->SetNumberOfRequiredOutputs(1);
22 this->SetNthOutput(0, output.GetPointer());
33 auto it = inputContour->IteratorBegin();
34 auto end = inputContour->IteratorEnd();
35 unsigned int pointId = 0;
37 std::size_t timestep = inputContour->GetTimeSteps();
39 for (std::size_t i = 0; i < timestep; i++)
45 mitk::OpINSERT, inputContour->GetTimeGeometry()->TimeStepToTimePoint(timestep), p, pointId++,
false);
ContourModelToPointSetFilter()
~ContourModelToPointSetFilter() override
void GenerateData() override
ContourModel is a structure of linked vertices defining a contour in 3D space. The vertices are store...
itk::DataObject::Pointer MakeOutput(DataObjectPointerArraySizeType idx) override
void ExecuteOperation(Operation *operation) override
executes the given Operation
Constants for most interaction classes, due to the generic StateMachines.
Data structure which stores a set of points. Superclass of mitk::Mesh.
Operation that handles all actions on one Point.