mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0025026: Visualization, Graphic3d_Plotter - remove unused class
This commit is contained in:
@@ -80,7 +80,6 @@ uses
|
||||
CView from Graphic3d,
|
||||
GraphicDriver from Graphic3d,
|
||||
PtrFrameBuffer from Graphic3d,
|
||||
Plotter from Graphic3d,
|
||||
Structure from Graphic3d,
|
||||
SequenceOfStructure from Graphic3d,
|
||||
MapOfStructure from Graphic3d,
|
||||
@@ -1008,14 +1007,6 @@ is
|
||||
---Purpose: Returns an index != 0 if the structure <AStructure>
|
||||
-- have the same owner than another structure in the
|
||||
-- sequence of the computed structures.
|
||||
---Category: Private methods
|
||||
|
||||
Plot ( me;
|
||||
APlotter : Plotter from Graphic3d )
|
||||
is static;
|
||||
---Level: Internal
|
||||
---Purpose: Calls the method Plot for each Structure
|
||||
-- displayed in <me>.
|
||||
---Category: Private methods
|
||||
|
||||
Print (me; AnUnderLayer : Layer from Visual3d;
|
||||
|
@@ -29,7 +29,6 @@
|
||||
--------------------------------
|
||||
Mars 1992 : NW,JPB,CAL ; Creation.
|
||||
04-02-97 : FMN ; Suppression de PSOutput, XWDOutput ...
|
||||
22-04-97 : CAL ; Ajout du Plot.
|
||||
03-06-97 : FMN ; Correction calcul SetRatio
|
||||
06-05-97 : CAL ; Ajout du Clear sur les TOS_COMPUTED.
|
||||
28-07-97 : PCT ; Ajout lumiere frontale headlight.
|
||||
@@ -2232,19 +2231,6 @@ const Handle(Graphic3d_GraphicDriver)& Visual3d_View::GraphicDriver () const {
|
||||
|
||||
}
|
||||
|
||||
void Visual3d_View::Plot (const Handle(Graphic3d_Plotter)& thePlotter) const
|
||||
{
|
||||
for (Graphic3d_MapIteratorOfMapOfStructure S1Iterator (MyDisplayedStructure); S1Iterator.More(); S1Iterator.Next())
|
||||
{
|
||||
Standard_Integer Index = IsComputed (S1Iterator.Key ());
|
||||
// displayed structure is plotted as if it was not calculated
|
||||
if (Index == 0)
|
||||
(S1Iterator.Key ())->Plot (thePlotter);
|
||||
else
|
||||
(MyCOMPUTEDSequence.Value (Index))->Plot (thePlotter);
|
||||
}
|
||||
}
|
||||
|
||||
Standard_Integer Visual3d_View::HaveTheSameOwner (const Handle(Graphic3d_Structure)& AStructure) const {
|
||||
|
||||
Standard_Integer Result = 0;
|
||||
|
Reference in New Issue
Block a user