vtkPLYReader Class Reference

#include <vtkPLYReader.h>

Inheritance diagram for vtkPLYReader:

Inheritance graph
[legend]
Collaboration diagram for vtkPLYReader:

Collaboration graph
[legend]

List of all members.


Detailed Description

read Stanford University PLY polygonal file format

vtkPLYReader is a source object that reads polygonal data in Stanford University PLY file format (see http://graphics.stanford.edu/data/3Dscanrep). It requires that the elements "vertex" and "face" are defined. The "vertex" element must have the properties "x", "y", and "z". The "face" element must have the property "vertex_indices" defined. Optionally, if the "face" element has the properties "intensity" and/or the triplet "red", "green", and "blue"; these are read and added as scalars to the output data.

See also:
vtkPLYWriter
Tests:
vtkPLYReader (Tests)

Definition at line 40 of file vtkPLYReader.h.


Public Types

typedef vtkPolyDataAlgorithm 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

static int IsTypeOf (const char *type)
static vtkPLYReaderSafeDownCast (vtkObject *o)
static vtkPLYReaderNew ()

Protected Member Functions

 vtkPLYReader ()
 ~vtkPLYReader ()
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)

Protected Attributes

char * FileName

Member Typedef Documentation

Reimplemented from vtkPolyDataAlgorithm.

Definition at line 43 of file vtkPLYReader.h.


Constructor & Destructor Documentation

vtkPLYReader::vtkPLYReader (  )  [protected]

vtkPLYReader::~vtkPLYReader (  )  [protected]


Member Function Documentation

virtual const char* vtkPLYReader::GetClassName (  )  [virtual]

Reimplemented from vtkPolyDataAlgorithm.

static int vtkPLYReader::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 vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkPolyDataAlgorithm.

virtual int vtkPLYReader::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 vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkPolyDataAlgorithm.

static vtkPLYReader* vtkPLYReader::SafeDownCast ( vtkObject o  )  [static]

Reimplemented from vtkPolyDataAlgorithm.

void vtkPLYReader::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 vtkPolyDataAlgorithm.

static vtkPLYReader* vtkPLYReader::New (  )  [static]

Construct object with merging set to true.

Reimplemented from vtkPolyDataAlgorithm.

virtual void vtkPLYReader::SetFileName ( const char *   )  [virtual]

Specify file name of stereo lithography file.

virtual char* vtkPLYReader::GetFileName (  )  [virtual]

Specify file name of stereo lithography file.

int vtkPLYReader::RequestData ( vtkInformation request,
vtkInformationVector **  inputVector,
vtkInformationVector outputVector 
) [protected, virtual]

This is called by the superclass. This is the method you should override.

Reimplemented from vtkPolyDataAlgorithm.


Member Data Documentation

char* vtkPLYReader::FileName [protected]

Definition at line 59 of file vtkPLYReader.h.


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

Generated on Sat Dec 27 13:42:35 2008 for VTK by  doxygen 1.5.6