Class vtkF3DImporter#
Defined in File vtkF3DImporter.h
Inheritance Relationships#
Base Type#
public vtkImporter
Class Documentation#
-
class vtkF3DImporter : public vtkImporter#
Generic importer for F3D.
This generic importer is provided to simplify implementation of other importers and handle multiple versions of VTK.
Public Functions
-
bool UpdateAtTimeValue(double timeValue) override#
This method should be reimplemented in importer implementations to handle update the importer at a specific time value then call this method and return what it returns.
-
void SetFailureStatus()#
Call this method to set the status to failure if supported by the VTK version in use
-
bool UpdateAtTimeValue(double timeValue) override#