![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include "vtkScalarBarActorCustom.h"#include <math.h>#include <stdio.h>#include <algorithm>#include <sstream>#include "vtkAxis.h"#include "vtkCellArray.h"#include "vtkCellData.h"#include "vtkContextScene.h"#include "vtkDiscretizableColorTransferFunction.h"#include "vtkDoubleArray.h"#include "vtkFloatArray.h"#include "vtkImageData.h"#include "vtkMath.h"#include "vtkNew.h"#include "vtkObjectFactory.h"#include "vtkPointData.h"#include "vtkPoints.h"#include "vtkPolyData.h"#include "vtkPolyDataMapper2D.h"#include "vtkProperty2D.h"#include "vtkRenderWindow.h"#include "vtkRenderer.h"#include "vtkScalarBarActorInternal.h"#include "vtkScalarsToColors.h"#include "vtkSmartPointer.h"#include "vtkStringArray.h"#include "vtkTextActor.h"#include "vtkTextProperty.h"#include "vtkTexture.h"#include "vtkUnsignedCharArray.h"#include "vtkWindow.h"
Go to the source code of this file.
Macros | |
| #define | SNPRINTF snprintf |
| #define | COLOR_TEXTURE_MAP_SIZE 256 |
| #define | MY_ABS(x) ((x) < 0 ? -(x) : (x)) |
Functions | |
| vtkStandardNewMacro (vtkScalarBarActorCustom) | |
| #define COLOR_TEXTURE_MAP_SIZE 256 |
Definition at line 50 of file vtkScalarBarActorCustom.cpp.
Definition at line 52 of file vtkScalarBarActorCustom.cpp.
| #define SNPRINTF snprintf |
Definition at line 47 of file vtkScalarBarActorCustom.cpp.
| vtkStandardNewMacro | ( | vtkScalarBarActorCustom | ) |