provides a ParaView friendly API for vtkPLYWriter.
More...
#include <vtkPVPLYWriter.h>
Inherits vtkWriter.
provides a ParaView friendly API for vtkPLYWriter.
This is a facade for vtkPLYWriter that provides an API more amiable to the GUI shown in the ParaView application.
Definition at line 34 of file vtkPVPLYWriter.h.
◆ Superclass
◆ vtkPVPLYWriter()
vtkPVPLYWriter::vtkPVPLYWriter |
( |
| ) |
|
|
protected |
◆ ~vtkPVPLYWriter()
vtkPVPLYWriter::~vtkPVPLYWriter |
( |
| ) |
|
|
protected |
◆ New()
◆ GetClassName()
virtual const char* vtkPVPLYWriter::GetClassName |
( |
| ) |
|
|
virtual |
◆ IsTypeOf()
static int vtkPVPLYWriter::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ IsA()
virtual int vtkPVPLYWriter::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ SafeDownCast()
◆ PrintSelf()
void vtkPVPLYWriter::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
◆ SetEnableColoring()
virtual void vtkPVPLYWriter::SetEnableColoring |
( |
bool |
| ) |
|
|
virtual |
◆ GetEnableColoring()
virtual bool vtkPVPLYWriter::GetEnableColoring |
( |
| ) |
|
|
virtual |
◆ SetDataByteOrder()
void vtkPVPLYWriter::SetDataByteOrder |
( |
int |
dbo | ) |
|
If the file type is binary, then the user can specify which byte order to use (little versus big endian).
◆ SetFileType()
void vtkPVPLYWriter::SetFileType |
( |
int |
ftype | ) |
|
Specify file type (ASCII or BINARY) for vtk data file.
◆ SetFileName()
void vtkPVPLYWriter::SetFileName |
( |
const char * |
fname | ) |
|
Specify file name of vtk polygon data file to write.
◆ SetLookupTable()
void vtkPVPLYWriter::SetLookupTable |
( |
vtkScalarsToColors * |
lut | ) |
|
A lookup table can be specified in order to convert data arrays to RGBA colors.
◆ FillInputPortInformation()
virtual int vtkPVPLYWriter::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protectedvirtual |
◆ WriteData()
virtual void vtkPVPLYWriter::WriteData |
( |
| ) |
|
|
protectedvirtual |
◆ EnableColoring
bool vtkPVPLYWriter::EnableColoring |
|
protected |
◆ Writer
vtkNew<vtkPLYWriter> vtkPVPLYWriter::Writer |
|
protected |
◆ LookupTable
vtkSmartPointer<vtkScalarsToColors> vtkPVPLYWriter::LookupTable |
|
protected |
The documentation for this class was generated from the following file:
- /builddir/build/BUILD/ParaView-v5.2.0/ParaViewCore/VTKExtensions/Default/vtkPVPLYWriter.h