mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0024784: Move documentation in CDL files to proper location
Mostly duplicated comments were removed and missing ones were moved into dedicated class CDL files. Some more duplicated comments were removed from CDL files. Correction of merge
This commit is contained in:
@@ -175,33 +175,22 @@ is
|
||||
------------------------
|
||||
|
||||
class Viewer;
|
||||
---Purpose: Provides the services of a 3D viewer.
|
||||
|
||||
class View;
|
||||
---Purpose: Provides a set of services common to all types of view.
|
||||
|
||||
class LayerMgr;
|
||||
---Purpose: Services of layer management.
|
||||
|
||||
deferred class Light;
|
||||
---Purpose: Provides services common to all types of luminous source.
|
||||
-- (base class for AmbientLight and PositionLight)
|
||||
|
||||
|
||||
class AmbientLight;
|
||||
---Purpose: Services of ambient light sources.
|
||||
|
||||
deferred class PositionLight;
|
||||
---Purpose: Provides services common to Positional,Directional,Spot Lights.
|
||||
|
||||
class PositionalLight;
|
||||
---Purpose: Services of positional light sources.
|
||||
|
||||
class DirectionalLight;
|
||||
---Purpose: Services of directional light sources.
|
||||
|
||||
class SpotLight;
|
||||
---Purpose: Services of spot light sources.
|
||||
|
||||
---------------------------------
|
||||
---Category: Instantiated classes
|
||||
|
@@ -23,7 +23,7 @@
|
||||
deferred class Light from V3d
|
||||
|
||||
---Purpose: Defines services on Light type objects..
|
||||
|
||||
-- (base class for AmbientLight and PositionLight)
|
||||
|
||||
|
||||
inherits
|
||||
|
@@ -23,7 +23,7 @@ class PositionalLight from V3d
|
||||
---Version:
|
||||
|
||||
---Purpose: Creation and modification of an isolated
|
||||
-- light source.
|
||||
-- (positional) light source.
|
||||
|
||||
---Keywords: Light,Positional
|
||||
|
||||
|
@@ -59,6 +59,7 @@ class View from V3d inherits TShared from MMgt
|
||||
-- and inquiring the parameters linked to the view.
|
||||
-- (Projection,Mapping,Zclipping,DepthCueing,AntiAliasing
|
||||
-- et Conversions) .
|
||||
-- Provides a set of services common to all types of view.
|
||||
-- Warning: The default parameters are defined by the class
|
||||
-- Viewer (Example : SetDefaultViewSize()).
|
||||
-- Certain methods are mouse oriented, and it is
|
||||
|
Reference in New Issue
Block a user