3Depict
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Enumerations | Variables
boundingBox.cpp File Reference
#include "boundingBox.h"
#include "filterCommon.h"
Include dependency graph for boundingBox.cpp:

Enumerations

enum  {
  KEY_VISIBLE =1, KEY_COUNT_X, KEY_COUNT_Y, KEY_COUNT_Z,
  KEY_FONTSIZE, KEY_FONTCOLOUR, KEY_FIXEDOUT, KEY_LINECOLOUR,
  KEY_LINEWIDTH, KEY_SPACING_X, KEY_SPACING_Y, KEY_SPACING_Z,
  KEY_SHOW_TICKS_X, KEY_SHOW_TICKS_Y, KEY_SHOW_TICKS_Z, KEY_STYLE,
  KEY_ABSCOORDS
}
 
enum  { BOUNDINGBOX_ABORT_ERR }
 
enum  { BOUND_STYLE_BOX_ONLY, BOUND_STYLE_TICKS, BOUND_STYLE_DIMENSION, BOUND_STYLE_ENUM_END }
 

Variables

const char * BOUND_STYLE []
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
KEY_VISIBLE 
KEY_COUNT_X 
KEY_COUNT_Y 
KEY_COUNT_Z 
KEY_FONTSIZE 
KEY_FONTCOLOUR 
KEY_FIXEDOUT 
KEY_LINECOLOUR 
KEY_LINEWIDTH 
KEY_SPACING_X 
KEY_SPACING_Y 
KEY_SPACING_Z 
KEY_SHOW_TICKS_X 
KEY_SHOW_TICKS_Y 
KEY_SHOW_TICKS_Z 
KEY_STYLE 
KEY_ABSCOORDS 

◆ anonymous enum

anonymous enum
Enumerator
BOUNDINGBOX_ABORT_ERR 

◆ anonymous enum

anonymous enum
Enumerator
BOUND_STYLE_BOX_ONLY 
BOUND_STYLE_TICKS 
BOUND_STYLE_DIMENSION 
BOUND_STYLE_ENUM_END 

Variable Documentation

◆ BOUND_STYLE

const char* BOUND_STYLE[]
Initial value:
=
{
NTRANS("Box only"),
NTRANS("Tick"),
}
#define NTRANS(x)
Gettext null-translation macro (mark for translation, but do nothing)
Definition: translation.h:33

Referenced by BoundingBoxFilter::getProperties(), and BoundingBoxFilter::setProperty().