VTK
Classes | Macros
vtkPLYWriter.h File Reference
#include "vtkIOPLYModule.h"
#include "vtkSmartPointer.h"
#include "vtkWriter.h"
#include <string>
Include dependency graph for vtkPLYWriter.h:

Go to the source code of this file.

Classes

class  vtkPLYWriter
 write Stanford PLY file format More...
 

Macros

#define VTK_LITTLE_ENDIAN   0
 
#define VTK_BIG_ENDIAN   1
 
#define VTK_COLOR_MODE_DEFAULT   0
 
#define VTK_COLOR_MODE_UNIFORM_CELL_COLOR   1
 
#define VTK_COLOR_MODE_UNIFORM_POINT_COLOR   2
 
#define VTK_COLOR_MODE_UNIFORM_COLOR   3
 
#define VTK_COLOR_MODE_OFF   4
 
#define VTK_TEXTURECOORDS_UV   0
 
#define VTK_TEXTURECOORDS_TEXTUREUV   1
 

Macro Definition Documentation

#define VTK_LITTLE_ENDIAN   0

Definition at line 52 of file vtkPLYWriter.h.

#define VTK_BIG_ENDIAN   1

Definition at line 53 of file vtkPLYWriter.h.

#define VTK_COLOR_MODE_DEFAULT   0

Definition at line 55 of file vtkPLYWriter.h.

#define VTK_COLOR_MODE_UNIFORM_CELL_COLOR   1

Definition at line 56 of file vtkPLYWriter.h.

#define VTK_COLOR_MODE_UNIFORM_POINT_COLOR   2

Definition at line 57 of file vtkPLYWriter.h.

#define VTK_COLOR_MODE_UNIFORM_COLOR   3

Definition at line 58 of file vtkPLYWriter.h.

#define VTK_COLOR_MODE_OFF   4

Definition at line 59 of file vtkPLYWriter.h.

#define VTK_TEXTURECOORDS_UV   0

Definition at line 61 of file vtkPLYWriter.h.

#define VTK_TEXTURECOORDS_TEXTUREUV   1

Definition at line 62 of file vtkPLYWriter.h.