#include <vtkIVWriter.h>
Inheritance diagram for vtkIVWriter:
vtkIVWriter is a concrete subclass of vtkWriter that writes OpenInventor 2.0 files.
Definition at line 51 of file vtkIVWriter.h.
Public Types | |
typedef vtkPolyDataWriter | Superclass |
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
virtual void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Methods | |
vtkIVWriter * | New () |
int | IsTypeOf (const char *type) |
vtkIVWriter * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkIVWriter () | |
~vtkIVWriter () | |
void | WriteData () |
void | WritePolyData (vtkPolyData *polyData, FILE *fp) |
|
Reimplemented from vtkPolyDataWriter. Definition at line 55 of file vtkIVWriter.h. |
|
Definition at line 59 of file vtkIVWriter.h. |
|
Definition at line 60 of file vtkIVWriter.h. |
|
Created object with default header, ASCII format, and default names for scalars, vectors, tensors, normals, and texture coordinates. Reimplemented from vtkPolyDataWriter. |
|
Reimplemented from vtkPolyDataWriter. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkPolyDataWriter. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkPolyDataWriter. |
|
Reimplemented from vtkPolyDataWriter. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkPolyDataWriter. |
|
Reimplemented from vtkPolyDataWriter. |
|
|