open_iA 2023.02
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
Loading...
Searching...
No Matches
Macros | Variables
iALabel3D.cpp File Reference
#include "iALabel3D.h"
#include <vtkCaptionActor2D.h>
#include <vtkCellArray.h>
#include <vtkFloatArray.h>
#include <vtkFollower.h>
#include <vtkImageData.h>
#include <vtkImageDataGeometryFilter.h>
#include <vtkLegendBoxActor.h>
#include <vtkLineSource.h>
#include <vtkMath.h>
#include <vtkPolyDataMapper.h>
#include <vtkProperty.h>
#include <vtkQImageToImageSource.h>
#include <vtkQuad.h>
#include <vtkPointData.h>
#include <vtkRenderer.h>
#include <vtkSmartPointer.h>
#include <vtkSphereSource.h>
#include <vtkTextProperty.h>
#include <vtkTubeFilter.h>
#include <vtkVectorText.h>

Macros

#define LABEL_DISPLACEMENT   30.0
 
#define LABEL_SCALE   1.0
 
#define LABEL_TUBE_RAD   0.3
 

Variables

const int NUM_PTS = 4
 
const float TUPLES [NUM_PTS][3]
 

Macro Definition Documentation

◆ LABEL_DISPLACEMENT

#define LABEL_DISPLACEMENT   30.0

◆ LABEL_SCALE

#define LABEL_SCALE   1.0

◆ LABEL_TUBE_RAD

#define LABEL_TUBE_RAD   0.3

Variable Documentation

◆ NUM_PTS

const int NUM_PTS = 4

◆ TUPLES

const float TUPLES[NUM_PTS][3]
Initial value:
=
{
{0.0, 1.0, 0.0},
{1.0, 1.0, 0.0},
{1.0, 0.0, 0.0},
{0.0, 0.0, 0.0}
}