24#ifndef vtkUSDExporter_h
25#define vtkUSDExporter_h
28#include "vtkIOUSDModule.h"
32VTK_ABI_NAMESPACE_BEGIN
63 vtkSetMacro(TimeValue,
double);
64 vtkGetMacro(TimeValue,
double);
88 double TimeValue = 0.0;
91 class vtkUSDExporterInternals;
92 vtkUSDExporterInternals* Internal;
virtual void WriteData()=0
a simple class to control print indentation
void Start()
Begin a multi-frame export.
vtkGetFilePathMacro(FileName)
Specify the name of the file to write.
void Finish()
Save and close the stage accumulated since Start().
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkSetFilePathMacro(FileName)
Specify the name of the file to write.
~vtkUSDExporter() override
static vtkUSDExporter * New()