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