VTK
|
export polydata into OpenInventor 2.0 format. More...
#include <vtkIVWriter.h>
Public Types | |
typedef vtkWriter | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkIVWriter * | NewInstance () const |
virtual void | PrintSelf (ostream &os, vtkIndent indent) |
vtkPolyData * | GetInput () |
vtkPolyData * | GetInput (int port) |
virtual void | SetFileName (const char *) |
virtual char * | GetFileName () |
Static Public Member Functions | |
static vtkIVWriter * | New () |
static int | IsTypeOf (const char *type) |
static vtkIVWriter * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkIVWriter () | |
~vtkIVWriter () | |
void | WriteData () |
void | WritePolyData (vtkPolyData *polyData, FILE *fp) |
virtual int | FillInputPortInformation (int port, vtkInformation *info) |
Protected Attributes | |
char * | FileName |
export polydata into OpenInventor 2.0 format.
vtkIVWriter is a concrete subclass of vtkWriter that writes OpenInventor 2.0 files.
Definition at line 36 of file vtkIVWriter.h.
typedef vtkWriter vtkIVWriter::Superclass |
Reimplemented from vtkWriter.
Definition at line 40 of file vtkIVWriter.h.
vtkIVWriter::vtkIVWriter | ( | ) | [inline, protected] |
Definition at line 56 of file vtkIVWriter.h.
vtkIVWriter::~vtkIVWriter | ( | ) | [inline, protected] |
Definition at line 61 of file vtkIVWriter.h.
static vtkIVWriter* vtkIVWriter::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkAlgorithm.
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 vtkWriter.
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 vtkWriter.
static vtkIVWriter* vtkIVWriter::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkWriter.
virtual vtkObjectBase* vtkIVWriter::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkWriter.
vtkIVWriter* vtkIVWriter::NewInstance | ( | ) | const |
Reimplemented from vtkWriter.
virtual void vtkIVWriter::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
Get the input to this writer.
Reimplemented from vtkWriter.
vtkPolyData* vtkIVWriter::GetInput | ( | int | port | ) |
Get the input to this writer.
Reimplemented from vtkWriter.
virtual void vtkIVWriter::SetFileName | ( | const char * | ) | [virtual] |
Specify file name of vtk polygon data file to write.
virtual char* vtkIVWriter::GetFileName | ( | ) | [virtual] |
Specify file name of vtk polygon data file to write.
void vtkIVWriter::WriteData | ( | ) | [protected, virtual] |
Implements vtkWriter.
void vtkIVWriter::WritePolyData | ( | vtkPolyData * | polyData, |
FILE * | fp | ||
) | [protected] |
virtual int vtkIVWriter::FillInputPortInformation | ( | int | port, |
vtkInformation * | info | ||
) | [protected, virtual] |
Fill the input port information objects for this algorithm. This is invoked by the first call to GetInputPortInformation for each port so subclasses can specify what they can handle.
Reimplemented from vtkAlgorithm.
char* vtkIVWriter::FileName [protected] |
Definition at line 69 of file vtkIVWriter.h.