Main Page | Directories | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

vtkOBJReader Class Reference

#include <vtkOBJReader.h>

Inheritance diagram for vtkOBJReader:

Inheritance graph
[legend]
Collaboration diagram for vtkOBJReader:

Collaboration graph
[legend]
List of all members.

Detailed Description

read Wavefront .obj files

vtkOBJReader is a source object that reads Wavefront .obj files. The output of this source object is polygonal data.

See also:
vtkOBJImporter
Created by:
  • Schroeder, Will
CVS contributions (if > 5%):
  • Hutton, Tim (44%)
  • Schroeder, Will (28%)
  • Lorensen, Bill (16%)
CVS logs (CVSweb):
  • .cxx (/IO/vtkOBJReader.cxx)
  • .h (/IO/vtkOBJReader.h)
Tests:
vtkOBJReader (Tests)

Definition at line 44 of file vtkOBJReader.h.

Public Types

typedef vtkPolyDataSource Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
virtual void SetFileName (const char *)
virtual char * GetFileName ()

Static Public Member Functions

vtkOBJReaderNew ()
int IsTypeOf (const char *type)
vtkOBJReaderSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkOBJReader ()
 ~vtkOBJReader ()
void Execute ()

Protected Attributes

char * FileName


Member Typedef Documentation

typedef vtkPolyDataSource vtkOBJReader::Superclass
 

Reimplemented from vtkPolyDataSource.

Definition at line 48 of file vtkOBJReader.h.


Constructor & Destructor Documentation

vtkOBJReader::vtkOBJReader  )  [protected]
 

vtkOBJReader::~vtkOBJReader  )  [protected]
 


Member Function Documentation

vtkOBJReader* vtkOBJReader::New  )  [static]
 

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkAlgorithm.

virtual const char* vtkOBJReader::GetClassName  )  [virtual]
 

Reimplemented from vtkPolyDataSource.

int vtkOBJReader::IsTypeOf const char *  type  )  [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 vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkPolyDataSource.

virtual int vtkOBJReader::IsA const char *  type  )  [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 vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkPolyDataSource.

vtkOBJReader* vtkOBJReader::SafeDownCast vtkObject o  )  [static]
 

Reimplemented from vtkPolyDataSource.

void vtkOBJReader::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 vtkPolyDataSource.

virtual void vtkOBJReader::SetFileName const char *   )  [virtual]
 

Specify file name of Wavefront .obj file.

virtual char* vtkOBJReader::GetFileName  )  [virtual]
 

Specify file name of Wavefront .obj file.

void vtkOBJReader::Execute  )  [protected, virtual]
 

This method is the old style execute method

Reimplemented from vtkSource.


Member Data Documentation

char* vtkOBJReader::FileName [protected]
 

Definition at line 63 of file vtkOBJReader.h.


The documentation for this class was generated from the following file: