Fade2.5D Documentation pages v2.16.8
Delaunay Features
VtkWriter.h File Reference
#include "common.h"
#include "Point2.h"
#include "Segment2.h"
#include "Edge2.h"
#include "Triangle2.h"

Go to the source code of this file.

Classes

class  GEOM_FADE25D::VtkWriter
 A class for writing data to the VTK file format for visualization purposes. More...
 

Enumerations

enum  GEOM_FADE25D::VtkColor {
  GEOM_FADE25D::VTK_RED , GEOM_FADE25D::VTK_GREEN , GEOM_FADE25D::VTK_BLUE , GEOM_FADE25D::VTK_YELLOW ,
  GEOM_FADE25D::VTK_CYAN , GEOM_FADE25D::VTK_MAGENTA , GEOM_FADE25D::VTK_BLACK , GEOM_FADE25D::VTK_WHITE ,
  GEOM_FADE25D::VTK_GRAY , GEOM_FADE25D::VTK_ORANGE , GEOM_FADE25D::VTK_PINK , GEOM_FADE25D::VTK_LIGHTBLUE ,
  GEOM_FADE25D::VTK_DARKBLUE , GEOM_FADE25D::VTK_LIGHTGREEN , GEOM_FADE25D::VTK_BROWN , GEOM_FADE25D::VTK_PURPLE ,
  GEOM_FADE25D::VTK_TRANSPARENT
}
 Enumeration of colors used by the VTKWriter class to represent various colors in the VTK file format. More...
 

Enumeration Type Documentation

◆ VtkColor

Enumerator
VTK_RED 

Red color.

VTK_GREEN 

Green color.

VTK_BLUE 

Blue color.

VTK_YELLOW 

Yellow color.

VTK_CYAN 

Cyan color.

VTK_MAGENTA 

Magenta color.

VTK_BLACK 

Black color.

VTK_WHITE 

White color.

VTK_GRAY 

Gray color.

VTK_ORANGE 

Orange color.

VTK_PINK 

Pink color.

VTK_LIGHTBLUE 

Light blue color.

VTK_DARKBLUE 

Dark blue color.

VTK_LIGHTGREEN 

Light green color.

VTK_BROWN 

Brown color.

VTK_PURPLE 

Purple color.

VTK_TRANSPARENT 

Transparent color, meaning: Don't draw.