ParaView
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkPVPLYWriter Class Reference

provides a ParaView friendly API for vtkPLYWriter. More...

#include <vtkPVPLYWriter.h>

Inherits vtkWriter.

Public Types

typedef vtkWriter Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent)
 
void SetDataByteOrder (int dbo)
 If the file type is binary, then the user can specify which byte order to use (little versus big endian). More...
 
void SetFileType (int ftype)
 Specify file type (ASCII or BINARY) for vtk data file. More...
 
void SetFileName (const char *fname)
 Specify file name of vtk polygon data file to write. More...
 
void SetLookupTable (vtkScalarsToColors *lut)
 A lookup table can be specified in order to convert data arrays to RGBA colors. More...
 
virtual void SetEnableColoring (bool)
 Enable coloring. More...
 
virtual bool GetEnableColoring ()
 Enable coloring. More...
 

Static Public Member Functions

static vtkPVPLYWriterNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPVPLYWriterSafeDownCast (vtkObject *o)
 

Protected Member Functions

 vtkPVPLYWriter ()
 
 ~vtkPVPLYWriter ()
 
virtual int FillInputPortInformation (int port, vtkInformation *info)
 
virtual void WriteData ()
 

Protected Attributes

bool EnableColoring
 
vtkNew< vtkPLYWriter > Writer
 
vtkSmartPointer< vtkScalarsToColors > LookupTable
 

Detailed Description

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.

Member Typedef Documentation

◆ Superclass

typedef vtkWriter vtkPVPLYWriter::Superclass

Definition at line 38 of file vtkPVPLYWriter.h.

Constructor & Destructor Documentation

◆ vtkPVPLYWriter()

vtkPVPLYWriter::vtkPVPLYWriter ( )
protected

◆ ~vtkPVPLYWriter()

vtkPVPLYWriter::~vtkPVPLYWriter ( )
protected

Member Function Documentation

◆ New()

static vtkPVPLYWriter* vtkPVPLYWriter::New ( )
static

◆ 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()

static vtkPVPLYWriter* vtkPVPLYWriter::SafeDownCast ( vtkObject *  o)
static

◆ PrintSelf()

void vtkPVPLYWriter::PrintSelf ( ostream &  os,
vtkIndent  indent 
)

◆ SetEnableColoring()

virtual void vtkPVPLYWriter::SetEnableColoring ( bool  )
virtual

Enable coloring.

◆ GetEnableColoring()

virtual bool vtkPVPLYWriter::GetEnableColoring ( )
virtual

Enable coloring.

◆ 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

Member Data Documentation

◆ EnableColoring

bool vtkPVPLYWriter::EnableColoring
protected

Definition at line 78 of file vtkPVPLYWriter.h.

◆ Writer

vtkNew<vtkPLYWriter> vtkPVPLYWriter::Writer
protected

Definition at line 79 of file vtkPVPLYWriter.h.

◆ LookupTable

vtkSmartPointer<vtkScalarsToColors> vtkPVPLYWriter::LookupTable
protected

Definition at line 80 of file vtkPVPLYWriter.h.


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