ANIMA
4.0
|
#include <tclap/CmdLine.h>
#include <animaTransformSeriesReader.h>
#include <animaShapesReader.h>
#include <animaShapesWriter.h>
#include <vtkPolyData.h>
Go to the source code of this file.
Functions | |
void | ApplyTransformToTracks (vtkPoints *dataPoints, anima::TransformSeriesReader< double, 3 >::OutputTransformType *transform) |
int | main (int ac, const char **av) |
void ApplyTransformToTracks | ( | vtkPoints * | dataPoints, |
anima::TransformSeriesReader< double, 3 >::OutputTransformType * | transform | ||
) |
Definition at line 8 of file animaFibersApplyTransformSerie.cxx.
Referenced by main().
int main | ( | int | ac, |
const char ** | av | ||
) |
Definition at line 28 of file animaFibersApplyTransformSerie.cxx.
References ApplyTransformToTracks(), anima::ShapesReader::GetOutput(), anima::ShapesReader::SetFileName(), anima::TransformSeriesReader< TScalarType, NDimensions >::SetInput(), anima::ShapesWriter::SetInputData(), and anima::ShapesReader::Update().