VTK  9.3.20240419
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

◆ VTK_LITTLE_ENDIAN

#define VTK_LITTLE_ENDIAN   0

Definition at line 74 of file vtkPLYWriter.h.

◆ VTK_BIG_ENDIAN

#define VTK_BIG_ENDIAN   1

Definition at line 75 of file vtkPLYWriter.h.

◆ VTK_COLOR_MODE_DEFAULT

#define VTK_COLOR_MODE_DEFAULT   0

Definition at line 77 of file vtkPLYWriter.h.

◆ VTK_COLOR_MODE_UNIFORM_CELL_COLOR

#define VTK_COLOR_MODE_UNIFORM_CELL_COLOR   1

Definition at line 78 of file vtkPLYWriter.h.

◆ VTK_COLOR_MODE_UNIFORM_POINT_COLOR

#define VTK_COLOR_MODE_UNIFORM_POINT_COLOR   2

Definition at line 79 of file vtkPLYWriter.h.

◆ VTK_COLOR_MODE_UNIFORM_COLOR

#define VTK_COLOR_MODE_UNIFORM_COLOR   3

Definition at line 80 of file vtkPLYWriter.h.

◆ VTK_COLOR_MODE_OFF

#define VTK_COLOR_MODE_OFF   4

Definition at line 81 of file vtkPLYWriter.h.

◆ VTK_TEXTURECOORDS_UV

#define VTK_TEXTURECOORDS_UV   0

Definition at line 83 of file vtkPLYWriter.h.

◆ VTK_TEXTURECOORDS_TEXTUREUV

#define VTK_TEXTURECOORDS_TEXTUREUV   1

Definition at line 84 of file vtkPLYWriter.h.