Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Christian Butz
VTK
Commits
dc7f9b88
Commit
dc7f9b88
authored
Aug 03, 2012
by
David Gobbi
Browse files
Rename MathText module to RenderingMathText.
Change-Id: I2898648f6843f5837677dacac278a1eb50104bd7
parent
fc6bafbb
Changes
9
Hide whitespace changes
Inline
Side-by-side
IO/Export/module.cmake
View file @
dc7f9b88
...
...
@@ -3,7 +3,7 @@ vtk_module(vtkIOExport
StandAlone
DEPENDS
vtkCommonCore
vtkMathText
vtk
Rendering
MathText
vtkRenderingContext2D
vtkRenderingCore
vtkRenderingFreeType
...
...
Rendering/Context2D/module.cmake
View file @
dc7f9b88
...
...
@@ -5,7 +5,7 @@ vtk_module(vtkRenderingContext2D
vtkCommonDataModel
vtkCommonMath
vtkCommonTransforms
vtkMathText
vtk
Rendering
MathText
vtkRenderingCore
vtkRenderingOpenGL
vtkRenderingFreeType
...
...
Rendering/GL2PS/module.cmake
View file @
dc7f9b88
vtk_module
(
vtkRenderingGL2PS
DEPENDS
vtkRenderingContext2D
vtkMathText
vtk
Rendering
MathText
vtkgl2ps
)
Rendering/MathText/module.cmake
View file @
dc7f9b88
vtk_module
(
vtkMathText
vtk_module
(
vtk
Rendering
MathText
DEPENDS
vtkRenderingCore
)
Rendering/MathText/vtkMathTextActor.h
View file @
dc7f9b88
...
...
@@ -25,7 +25,7 @@
#ifndef __vtkMathTextActor_h
#define __vtkMathTextActor_h
#include "vtkMathTextModule.h" // For export macro
#include "vtk
Rendering
MathTextModule.h" // For export macro
#include "vtkActor2D.h"
#include "vtkNew.h" // For smart pointer stuff
#include "vtkSmartPointer.h" // For smart pointer stuff
...
...
@@ -37,7 +37,7 @@ class vtkPoints;
class
vtkPolyData
;
class
vtkTexture
;
class
VTKMATHTEXT_EXPORT
vtkMathTextActor
:
public
vtkActor2D
class
VTK
RENDERING
MATHTEXT_EXPORT
vtkMathTextActor
:
public
vtkActor2D
{
public:
vtkTypeMacro
(
vtkMathTextActor
,
vtkActor2D
);
...
...
Rendering/MathText/vtkMathTextActor3D.h
View file @
dc7f9b88
...
...
@@ -28,7 +28,7 @@
#ifndef __vtkMathTextActor3D_h
#define __vtkMathTextActor3D_h
#include "vtkMathTextModule.h" // For export macro
#include "vtk
Rendering
MathTextModule.h" // For export macro
#include "vtkNew.h" // For smart pointer
#include "vtkSmartPointer.h" // For smart pointer
#include "vtkProp3D.h"
...
...
@@ -37,7 +37,7 @@ class vtkImageActor;
class
vtkImageData
;
class
vtkTextProperty
;
class
VTKMATHTEXT_EXPORT
vtkMathTextActor3D
:
public
vtkProp3D
class
VTK
RENDERING
MATHTEXT_EXPORT
vtkMathTextActor3D
:
public
vtkProp3D
{
public:
static
vtkMathTextActor3D
*
New
();
...
...
Rendering/MathText/vtkMathTextUtilities.h
View file @
dc7f9b88
...
...
@@ -21,7 +21,7 @@
#ifndef __vtkMathTextUtilities_h
#define __vtkMathTypeUtilities_h
#include "vtkMathTextModule.h" // For export macro
#include "vtk
Rendering
MathTextModule.h" // For export macro
#include "vtkObject.h"
class
vtkImageData
;
...
...
@@ -31,14 +31,14 @@ class vtkTextProperty;
//----------------------------------------------------------------------------
// Singleton cleanup
class
VTKMATHTEXT_EXPORT
vtkMathTextUtilitiesCleanup
class
VTK
RENDERING
MATHTEXT_EXPORT
vtkMathTextUtilitiesCleanup
{
public:
vtkMathTextUtilitiesCleanup
();
~
vtkMathTextUtilitiesCleanup
();
};
class
VTKMATHTEXT_EXPORT
vtkMathTextUtilities
:
public
vtkObject
class
VTK
RENDERING
MATHTEXT_EXPORT
vtkMathTextUtilities
:
public
vtkObject
{
public:
vtkTypeMacro
(
vtkMathTextUtilities
,
vtkObject
);
...
...
Rendering/Matplotlib/module.cmake
View file @
dc7f9b88
vtk_module
(
vtkMatplotlib
vtk_module
(
vtk
Rendering
Matplotlib
IMPLEMENTS
vtkMathText
vtk
Rendering
MathText
DEPENDS
vtkRenderingCore
vtkWrappingPython
...
...
Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.h
View file @
dc7f9b88
...
...
@@ -20,7 +20,7 @@
#ifndef __vtkMatplotlibMathTextUtilities_h
#define __vtkMatplotlibMathTextUtilities_h
#include "vtkMatplotlibModule.h" // For export macro
#include "vtk
Rendering
MatplotlibModule.h" // For export macro
#include "vtkMathTextUtilities.h"
struct
_object
;
...
...
@@ -29,7 +29,7 @@ class vtkImageData;
class
vtkPath
;
class
vtkTextProperty
;
class
VTKMATPLOTLIB_EXPORT
vtkMatplotlibMathTextUtilities
:
class
VTK
RENDERING
MATPLOTLIB_EXPORT
vtkMatplotlibMathTextUtilities
:
public
vtkMathTextUtilities
{
public:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment