Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members Related Pages
vtkPNGWriter Class Reference
#include <vtkPNGWriter.h>
Inheritance diagram for vtkPNGWriter:
[legend]Collaboration diagram for vtkPNGWriter:
[legend]List of all members.
Detailed Description
Writes PNG files.
- Date:
-
2002/05/31 23:12:41
- Revision:
-
1.9
vtkPNGWriter writes PNG files. It supports 1 to 4 component data of unsigned char or unsigned short
- See also:
-
vtkPNGReader
- Created by:
-
- CVS contributions (if > 5%):
-
- Martin, Ken (87%)
- Cedilnik, Andy (6%)
- CVS logs (CVSweb):
-
- .
h
(/IO/vtkPNGWriter.h)
- .
cxx
(/IO/vtkPNGWriter.cxx)
- Examples:
-
vtkPNGWriter (Examples)
- Tests:
-
vtkPNGWriter (Tests)
Definition at line 54 of file vtkPNGWriter.h.
Member Typedef Documentation
Constructor & Destructor Documentation
vtkPNGWriter::vtkPNGWriter |
( |
|
) |
[protected] |
|
vtkPNGWriter::~vtkPNGWriter |
( |
|
) |
[protected] |
|
Member Function Documentation
vtkPNGWriter* vtkPNGWriter::New |
( |
|
) |
[static] |
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkImageWriter. |
virtual const char* vtkPNGWriter::GetClassName |
( |
|
) |
[virtual] |
|
int vtkPNGWriter::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 vtkImageWriter. |
virtual int vtkPNGWriter::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 vtkImageWriter. |
vtkPNGWriter* vtkPNGWriter::SafeDownCast |
( |
vtkObject * |
o |
) |
[static] |
|
void vtkPNGWriter::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 vtkImageWriter. |
virtual void vtkPNGWriter::Write |
( |
|
) |
[virtual] |
|
|
The main interface which triggers the writer to start.
Reimplemented from vtkImageWriter. |
virtual void vtkPNGWriter::SetWriteToMemory |
( |
unsigned |
int |
) |
[virtual] |
|
virtual unsigned int vtkPNGWriter::GetWriteToMemory |
( |
|
) |
[virtual] |
|
virtual void vtkPNGWriter::WriteToMemoryOn |
( |
|
) |
[virtual] |
|
virtual void vtkPNGWriter::WriteToMemoryOff |
( |
|
) |
[virtual] |
|
|
When writing to memory this is the result, it will be NULL until the data is written the first time |
|
When writing to memory this is the result, it will be NULL until the data is written the first time |
void vtkPNGWriter::WriteSlice |
( |
vtkImageData * |
data |
) |
[protected] |
|
Member Data Documentation
unsigned int vtkPNGWriter::WriteToMemory [protected]
|
|
The documentation for this class was generated from the following file: