Skip to content
GitLab
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
1d0ed08f
Commit
1d0ed08f
authored
Nov 15, 2011
by
Philippe Pébay
Browse files
Removed ShallowCopy()
Change-Id: Ica5ddfa72bb23434c85272dc9ed29e58f3f1c249
parent
7cb8ec7f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Hybrid/vtkPolarAxesActor.cxx
View file @
1d0ed08f
...
...
@@ -279,30 +279,6 @@ vtkPolarAxesActor::~vtkPolarAxesActor()
}
// ****************************************************************************
void
vtkPolarAxesActor
::
ShallowCopy
(
vtkPolarAxesActor
*
actor
)
{
this
->
Superclass
::
ShallowCopy
(
actor
);
this
->
SetBounds
(
actor
->
GetBounds
()
);
this
->
SetPole
(
actor
->
GetPole
()
);
this
->
SetMaximumRadius
(
actor
->
GetMaximumRadius
()
);
this
->
SetAutoScaleRadius
(
actor
->
GetAutoScaleRadius
()
);
this
->
SetRadialUnits
(
actor
->
GetRadialUnits
()
);
this
->
SetRadialLabelFormat
(
actor
->
GetRadialLabelFormat
()
);
this
->
SetMaximumAngle
(
actor
->
GetMaximumAngle
()
);
this
->
SetCamera
(
actor
->
GetCamera
()
);
this
->
SetPolarAxisTitle
(
actor
->
GetPolarAxisTitle
()
);
this
->
LabelScreenOffset
=
actor
->
LabelScreenOffset
;
this
->
ScreenSize
=
actor
->
ScreenSize
;
this
->
LabelScreenOffset
=
actor
->
LabelScreenOffset
;
this
->
SetRadialLabelFormat
(
actor
->
GetRadialLabelFormat
()
);
this
->
SetPolarAxisTitleTextProperty
(
actor
->
GetPolarAxisTitleTextProperty
()
);
this
->
SetPolarAxisLabelTextProperty
(
actor
->
GetPolarAxisLabelTextProperty
()
);
}
// *************************************************************************
int
vtkPolarAxesActor
::
RenderOpaqueGeometry
(
vtkViewport
*
viewport
)
{
...
...
Hybrid/vtkPolarAxesActor.h
View file @
1d0ed08f
...
...
@@ -131,14 +131,6 @@ public:
// resources to release.
void
ReleaseGraphicsResources
(
vtkWindow
*
);
// Description:
// Implementation of ShallowCopy() of a vtkPolarAxesActor instance
void
ShallowCopy
(
vtkPolarAxesActor
*
);
// Description:
// Implementation of ShallowCopy() of a vtkPolarAxesActor property instance
void
ShallowCopy
(
vtkProp
*
prop
)
{
this
->
vtkProp
::
ShallowCopy
(
prop
);
};
// Description:
// Turn on and off the visibility of radial axes.
vtkSetMacro
(
RadialAxesVisibility
,
int
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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