#include <vtkIVWriter.h>
vtkIVWriter is a concrete subclass of vtkWriter that writes OpenInventor 2.0 files.
Definition at line 33 of file vtkIVWriter.h.
Public Types | |
typedef vtkPolyDataWriter | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
virtual void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
static vtkIVWriter * | New () |
static int | IsTypeOf (const char *type) |
static vtkIVWriter * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkIVWriter () | |
~vtkIVWriter () | |
void | WriteData () |
void | WritePolyData (vtkPolyData *polyData, FILE *fp) |
vtkIVWriter::vtkIVWriter | ( | ) | [inline, protected] |
Definition at line 41 of file vtkIVWriter.h.
vtkIVWriter::~vtkIVWriter | ( | ) | [inline, protected] |
Definition at line 42 of file vtkIVWriter.h.
static vtkIVWriter* vtkIVWriter::New | ( | ) | [static] |
Created object with default header, ASCII format, and default names for scalars, vectors, tensors, normals, and texture coordinates.
Reimplemented from vtkPolyDataWriter.
virtual const char* vtkIVWriter::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkPolyDataWriter.
static int vtkIVWriter::IsTypeOf | ( | const char * | name | ) | [static] |
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 vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkPolyDataWriter.
virtual int vtkIVWriter::IsA | ( | const char * | name | ) | [virtual] |
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 vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkPolyDataWriter.
static vtkIVWriter* vtkIVWriter::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkPolyDataWriter.
virtual void vtkIVWriter::PrintSelf | ( | ostream & | os, | |
vtkIndent | indent | |||
) | [virtual] |
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.
void vtkIVWriter::WriteData | ( | ) | [protected, virtual] |
Reimplemented from vtkPolyDataWriter.
void vtkIVWriter::WritePolyData | ( | vtkPolyData * | polyData, | |
FILE * | fp | |||
) | [protected] |