|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   15 #ifndef vtkMotionFXCFGReader_h 
   16 #define vtkMotionFXCFGReader_h 
   18 #include "vtkIOMotionFXModule.h"  
   50   void SetFileName(
const char* fname);
 
   53     return this->FileName.empty() ? nullptr : this->FileName.c_str();
 
   61   vtkSetClampMacro(TimeResolution, 
int, 1, 
VTK_INT_MAX);
 
   62   vtkGetMacro(TimeResolution, 
int);
 
   87   vtkInternals* Internals;
 
  
vtkTimeStamp FileNameMTime
reader for MotionFX motion definitions cfg files.
record modification and/or execution time
static vtkMultiBlockDataSetAlgorithm * New()
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
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.
vtkTimeStamp MetaDataMTime
const char * GetFileName() const
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.