ParaView-specific X3D exporter that handles export of color legends in addition to the items exported by vtkX3DExporter.
More...
|
| virtual const char * | GetClassName () |
| |
| virtual int | IsA (const char *type) |
| |
| void | PrintSelf (ostream &os, vtkIndent indent) override |
| |
| virtual void | SetExportColorLegends (bool) |
| | Indicates whether color legends should be exported. More...
|
| |
| virtual bool | GetExportColorLegends () |
| |
| virtual void | ExportColorLegendsOn () |
| |
| virtual void | ExportColorLegendsOff () |
| |
| vtkX3DExporter * | NewInstance () const |
| |
| char * | RegisterAndGetOutputString () |
| |
| virtual void | SetFileName (const char *) |
| |
| virtual char * | GetFileName () |
| |
| virtual void | SetSpeed (double) |
| |
| virtual double | GetSpeed () |
| |
| virtual void | SetBinary (int) |
| |
| virtual void | BinaryOn () |
| |
| virtual void | BinaryOff () |
| |
| virtual int | GetBinary () |
| |
| virtual void | SetFastest (int) |
| |
| virtual void | FastestOn () |
| |
| virtual void | FastestOff () |
| |
| virtual int | GetFastest () |
| |
| virtual void | SetWriteToOutputString (int) |
| |
| virtual int | GetWriteToOutputString () |
| |
| virtual void | WriteToOutputStringOn () |
| |
| virtual void | WriteToOutputStringOff () |
| |
| virtual int | GetOutputStringLength () |
| |
| virtual char * | GetOutputString () |
| |
| unsigned char * | GetBinaryOutputString () |
| |
| virtual void | SetFileName (const char *) |
| |
| virtual char * | GetFileName () |
| |
| virtual void | SetSpeed (double) |
| |
| virtual double | GetSpeed () |
| |
| virtual void | SetBinary (int) |
| |
| virtual void | BinaryOn () |
| |
| virtual void | BinaryOff () |
| |
| virtual int | GetBinary () |
| |
| virtual void | SetFastest (int) |
| |
| virtual void | FastestOn () |
| |
| virtual void | FastestOff () |
| |
| virtual int | GetFastest () |
| |
| virtual void | SetWriteToOutputString (int) |
| |
| virtual int | GetWriteToOutputString () |
| |
| virtual void | WriteToOutputStringOn () |
| |
| virtual void | WriteToOutputStringOff () |
| |
| virtual int | GetOutputStringLength () |
| |
| virtual char * | GetOutputString () |
| |
| unsigned char * | GetBinaryOutputString () |
| |
| vtkExporter * | NewInstance () const |
| |
| virtual void | Write () |
| |
| void | Update () |
| |
| void | SetStartWrite (void(*f)(void *), void *arg) |
| |
| void | SetEndWrite (void(*f)(void *), void *arg) |
| |
| void | SetStartWriteArgDelete (void(*f)(void *)) |
| |
| void | SetEndWriteArgDelete (void(*f)(void *)) |
| |
| vtkMTimeType | GetMTime () |
| |
| virtual void | SetRenderWindow (vtkRenderWindow *) |
| |
| virtual vtkRenderWindow * | GetRenderWindow () |
| |
| void | SetInput (vtkRenderWindow *renWin) |
| |
| vtkRenderWindow * | GetInput () |
| |
| virtual void | SetRenderWindow (vtkRenderWindow *) |
| |
| virtual vtkRenderWindow * | GetRenderWindow () |
| |
| void | SetInput (vtkRenderWindow *renWin) |
| |
| vtkRenderWindow * | GetInput () |
| |
| | vtkBaseTypeMacro (vtkObject, vtkObjectBase) |
| |
| virtual void | DebugOn () |
| |
| virtual void | DebugOff () |
| |
| bool | GetDebug () |
| |
| void | SetDebug (bool debugFlag) |
| |
| virtual void | Modified () |
| |
| void | RemoveObserver (unsigned long tag) |
| |
| void | RemoveObservers (unsigned long event) |
| |
| void | RemoveObservers (const char *event) |
| |
| void | RemoveAllObservers () |
| |
| int | HasObserver (unsigned long event) |
| |
| int | HasObserver (const char *event) |
| |
| int | InvokeEvent (unsigned long event) |
| |
| int | InvokeEvent (const char *event) |
| |
| unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
| |
| unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
| |
| vtkCommand * | GetCommand (unsigned long tag) |
| |
| void | RemoveObserver (vtkCommand *) |
| |
| void | RemoveObservers (unsigned long event, vtkCommand *) |
| |
| void | RemoveObservers (const char *event, vtkCommand *) |
| |
| int | HasObserver (unsigned long event, vtkCommand *) |
| |
| int | HasObserver (const char *event, vtkCommand *) |
| |
| unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
| |
| unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| |
| unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| |
| int | InvokeEvent (unsigned long event, void *callData) |
| |
| int | InvokeEvent (const char *event, void *callData) |
| |
| unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
| |
| unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
| |
| vtkCommand * | GetCommand (unsigned long tag) |
| |
| void | RemoveObserver (vtkCommand *) |
| |
| void | RemoveObservers (unsigned long event, vtkCommand *) |
| |
| void | RemoveObservers (const char *event, vtkCommand *) |
| |
| int | HasObserver (unsigned long event, vtkCommand *) |
| |
| int | HasObserver (const char *event, vtkCommand *) |
| |
| unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
| |
| unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| |
| unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| |
| int | InvokeEvent (unsigned long event, void *callData) |
| |
| int | InvokeEvent (const char *event, void *callData) |
| |
| const char * | GetClassName () const |
| |
| virtual void | Delete () |
| |
| virtual void | FastDelete () |
| |
| void | Print (ostream &os) |
| |
| virtual void | Register (vtkObjectBase *o) |
| |
| virtual void | UnRegister (vtkObjectBase *o) |
| |
| void | SetReferenceCount (int) |
| |
| virtual void | PrintHeader (ostream &os, vtkIndent indent) |
| |
| virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
| |
| int | GetReferenceCount () |
| |
| void | PrintRevisions (ostream &) |
| |
| virtual void | PrintHeader (ostream &os, vtkIndent indent) |
| |
| virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
| |
| int | GetReferenceCount () |
| |
| void | PrintRevisions (ostream &) |
| |
|
| | vtkPVX3DExporter () |
| |
| | ~vtkPVX3DExporter () override |
| |
| void | WriteAdditionalNodes (vtkX3DExporterWriter *writer) override |
| | Write additional data, including color legends, to the output. More...
|
| |
| void | WriteColorLegends (vtkX3DExporterWriter *writer) |
| | Write out color legends. More...
|
| |
| void | WriteColorLegend (vtkRenderer *bottomRenderer, vtkRenderer *annotationRenderer, vtkContext2DScalarBarActor *actor, vtkX3DExporterWriter *writer) |
| | Write out a single color legend. More...
|
| |
| virtual vtkObjectBase * | NewInstanceInternal () const |
| |
| | vtkX3DExporter () |
| |
| | ~vtkX3DExporter () |
| |
| void | WriteData () |
| |
| void | WriteALight (vtkLight *aLight, vtkX3DExporterWriter *writer) |
| |
| void | WriteAnActor (vtkActor *anActor, vtkX3DExporterWriter *writer, int index) |
| |
| void | WritePointData (vtkPoints *points, vtkDataArray *normals, vtkDataArray *tcoords, vtkUnsignedCharArray *colors, vtkX3DExporterWriter *writer, int index) |
| |
| void | WriteATextActor2D (vtkActor2D *anTextActor2D, vtkX3DExporterWriter *writer) |
| |
| void | WriteATexture (vtkActor *anActor, vtkX3DExporterWriter *writer) |
| |
| void | WriteAnAppearance (vtkActor *anActor, bool writeEmissiveColor, vtkX3DExporterWriter *writer) |
| |
| int | HasHeadLight (vtkRenderer *ren) |
| |
| | vtkExporter () |
| |
| | ~vtkExporter () |
| |
| | vtkObject () |
| |
| virtual | ~vtkObject () |
| |
| void | RegisterInternal (vtkObjectBase *, vtkTypeBool check) VTK_OVERRIDE |
| |
| void | UnRegisterInternal (vtkObjectBase *, vtkTypeBool check) VTK_OVERRIDE |
| |
| void | InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL) |
| |
| void | InternalReleaseFocus () |
| |
| void | InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL) |
| |
| void | InternalReleaseFocus () |
| |
| | vtkObjectBase () |
| |
| virtual | ~vtkObjectBase () |
| |
| virtual void | CollectRevisions (ostream &) |
| |
| virtual void | ReportReferences (vtkGarbageCollector *) |
| |
| | vtkObjectBase (const vtkObjectBase &) |
| |
| void | operator= (const vtkObjectBase &) |
| |
ParaView-specific X3D exporter that handles export of color legends in addition to the items exported by vtkX3DExporter.
Definition at line 21 of file vtkPVX3DExporter.h.