 |
VTK
9.0.1
|
Go to the documentation of this file.
48 #include "vtkIOImportModule.h"
104 virtual vtkIdType GetNumberOfAnimations();
126 virtual bool GetTemporalInformation(
133 virtual void UpdateTimeStep(
double timeStep);
152 virtual void ReadData();
abstract base class for most VTK objects
virtual void ImportCameras(vtkRenderer *)
virtual void ImportLights(vtkRenderer *)
virtual std::string GetOutputsDescription()
Recover a printable string that let importer implementation Describe their outputs.
a simple class to control print indentation
virtual int ImportBegin()
virtual void EnableAnimation(vtkIdType vtkNotUsed(animationIndex))
Enable/Disable/Get the status of specific animations.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void ImportActors(vtkRenderer *)
abstract class to specify dataset behavior
Abstract superclass for all arrays.
virtual std::string GetAnimationName(vtkIdType vtkNotUsed(animationIndex))
Get the name of an animation.
abstract specification for renderers
dynamic, self-adjusting array of double
vtkRenderWindow * RenderWindow
create a window for renderers to draw into
virtual void DisableAnimation(vtkIdType vtkNotUsed(animationIndex))
virtual void ImportProperties(vtkRenderer *)
virtual bool IsAnimationEnabled(vtkIdType vtkNotUsed(animationIndex))