VTK
dox/Rendering/Core/vtkRenderingCoreEnums.h
Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   Visualization Toolkit
00004   Module:    vtkRenderingCoreEnums.h
00005 
00006   Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
00007   All rights reserved.
00008   See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
00009 
00010      This software is distributed WITHOUT ANY WARRANTY; without even
00011      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
00012      PURPOSE.  See the above copyright notice for more information.
00013 
00014 =========================================================================*/
00015 
00016 #ifndef __vtkRenderingCoreEnums_h
00017 #define __vtkRenderingCoreEnums_h
00018 
00019 // Marker shapes for plotting
00020 enum
00021 {
00022   VTK_MARKER_NONE = 0,
00023   VTK_MARKER_CROSS,
00024   VTK_MARKER_PLUS,
00025   VTK_MARKER_SQUARE,
00026   VTK_MARKER_CIRCLE,
00027   VTK_MARKER_DIAMOND,
00028 
00029   VTK_MARKER_UNKNOWN  // Must be last.
00030 };
00031 
00032 #endif // __vtkRenderingCoreEnums_h
00033 // VTK-HeaderTest-Exclude: vtkRenderingCoreEnums.h