Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members Related Pages
vtkBYUWriter Class Reference
write MOVIE.BYU files.
More...
#include <vtkBYUWriter.h>
Inheritance diagram for vtkBYUWriter:
[legend]Collaboration diagram for vtkBYUWriter:
[legend]List of all members.
Detailed Description
write MOVIE.BYU files.
-
Date:
-
2000/12/10 20:08:30
-
Revision:
-
1.35
vtkBYUWriter writes MOVIE.BYU polygonal files. These files consist of a geometry file (.g), a scalar file (.s), a displacement or vector file (.d), and a 2D texture coordinate file (.t). These files must be specified to the object, the appropriate boolean variables must be true, and data must be available from the input for the files to be written. WARNING: this writer does not currently write triangle strips. Use vtkTriangleFilter to convert strips to triangles.
-
Examples:
-
vtkBYUWriter (examples)
Definition at line 66 of file vtkBYUWriter.h.
Constructor & Destructor Documentation
vtkBYUWriter::vtkBYUWriter |
( |
|
) |
[protected] |
|
vtkBYUWriter::~vtkBYUWriter |
( |
|
) |
[protected] |
|
vtkBYUWriter::vtkBYUWriter |
( |
const vtkBYUWriter & |
|
) |
[inline, protected] |
|
Member Function Documentation
vtkBYUWriter* vtkBYUWriter::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* vtkBYUWriter::GetClassName |
( |
|
) |
[virtual] |
|
int vtkBYUWriter::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 vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkPolyDataWriter. |
virtual int vtkBYUWriter::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 vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkPolyDataWriter. |
vtkBYUWriter* vtkBYUWriter::SafeDownCast |
( |
vtkObject * |
o |
) |
[static] |
|
|
Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkPolyDataWriter. |
void vtkBYUWriter::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. |
virtual void vtkBYUWriter::SetGeometryFileName |
( |
const char * |
|
) |
[virtual] |
|
|
Specify the name of the geometry file to write. |
virtual char* vtkBYUWriter::GetGeometryFileName |
( |
|
) |
[virtual] |
|
virtual void vtkBYUWriter::SetDisplacementFileName |
( |
const char * |
|
) |
[virtual] |
|
|
Specify the name of the displacement file to write. |
virtual char* vtkBYUWriter::GetDisplacementFileName |
( |
|
) |
[virtual] |
|
virtual void vtkBYUWriter::SetScalarFileName |
( |
const char * |
|
) |
[virtual] |
|
|
Specify the name of the scalar file to write. |
virtual char* vtkBYUWriter::GetScalarFileName |
( |
|
) |
[virtual] |
|
virtual void vtkBYUWriter::SetTextureFileName |
( |
const char * |
|
) |
[virtual] |
|
|
Specify the name of the texture file to write. |
virtual char* vtkBYUWriter::GetTextureFileName |
( |
|
) |
[virtual] |
|
virtual void vtkBYUWriter::SetWriteDisplacement |
( |
int |
|
) |
[virtual] |
|
|
Turn on/off writing the displacement file. |
virtual int vtkBYUWriter::GetWriteDisplacement |
( |
|
) |
[virtual] |
|
virtual void vtkBYUWriter::WriteDisplacementOn |
( |
|
) |
[virtual] |
|
virtual void vtkBYUWriter::WriteDisplacementOff |
( |
|
) |
[virtual] |
|
virtual void vtkBYUWriter::SetWriteScalar |
( |
int |
|
) |
[virtual] |
|
|
Turn on/off writing the scalar file. |
virtual int vtkBYUWriter::GetWriteScalar |
( |
|
) |
[virtual] |
|
virtual void vtkBYUWriter::WriteScalarOn |
( |
|
) |
[virtual] |
|
virtual void vtkBYUWriter::WriteScalarOff |
( |
|
) |
[virtual] |
|
virtual void vtkBYUWriter::SetWriteTexture |
( |
int |
|
) |
[virtual] |
|
|
Turn on/off writing the texture file. |
virtual int vtkBYUWriter::GetWriteTexture |
( |
|
) |
[virtual] |
|
virtual void vtkBYUWriter::WriteTextureOn |
( |
|
) |
[virtual] |
|
virtual void vtkBYUWriter::WriteTextureOff |
( |
|
) |
[virtual] |
|
void vtkBYUWriter::operator= |
( |
const vtkBYUWriter & |
|
) |
[inline, protected] |
|
void vtkBYUWriter::WriteData |
( |
|
) |
[protected, virtual] |
|
void vtkBYUWriter::WriteGeometryFile |
( |
FILE * |
fp, |
|
|
int |
numPts |
|
) |
[protected] |
|
void vtkBYUWriter::WriteDisplacementFile |
( |
int |
numPts |
) |
[protected] |
|
void vtkBYUWriter::WriteScalarFile |
( |
int |
numPts |
) |
[protected] |
|
void vtkBYUWriter::WriteTextureFile |
( |
int |
numPts |
) |
[protected] |
|
Member Data Documentation
char* vtkBYUWriter::GeometryFileName [protected]
|
|
char* vtkBYUWriter::DisplacementFileName [protected]
|
|
char* vtkBYUWriter::ScalarFileName [protected]
|
|
char* vtkBYUWriter::TextureFileName [protected]
|
|
int vtkBYUWriter::WriteDisplacement [protected]
|
|
int vtkBYUWriter::WriteScalar [protected]
|
|
int vtkBYUWriter::WriteTexture [protected]
|
|
The documentation for this class was generated from the following file:
Generated on Wed Nov 21 12:46:38 2001 for VTK by
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001