3 #ifndef vtkMotionFXCFGReader_h
4 #define vtkMotionFXCFGReader_h
6 #include "vtkIOMotionFXModule.h"
30 VTK_ABI_NAMESPACE_BEGIN
45 return this->FileName.empty() ?
nullptr : this->FileName.c_str();
53 vtkSetClampMacro(TimeResolution,
int, 1,
VTK_INT_MAX);
54 vtkGetMacro(TimeResolution,
int);
79 vtkInternals* Internals;
record modification and/or execution time
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
static vtkMultiBlockDataSetAlgorithm * New()
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
VTK_FILEPATH const char * GetFileName() const
Get/Set the filename.
reader for MotionFX motion definitions cfg files.
vtkTimeStamp MetaDataMTime
vtkTimeStamp FileNameMTime
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.