Skip to content

Commit

Permalink
Doxygen formatting - typo
Browse files Browse the repository at this point in the history
  • Loading branch information
couet committed Oct 27, 2017
1 parent 32dc314 commit 2134d3d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 18 deletions.
2 changes: 1 addition & 1 deletion geom/geocad/inc/TOCCToStep.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class TOCCToStep {
STEPCAFControl_Writer fWriter; //the step file pointer
Handle(TDocStd_Document) fDoc; //the step document element
LabelMap_t fTree; //tree of Label's volumes
TDF_Label fLabel; //label of the OCC shape elemet
TDF_Label fLabel; //label of the OCC shape element
TGeoToOCC fRootShape;
TopoDS_Shape fShape; //OCC shape (translated root shape)

Expand Down
30 changes: 13 additions & 17 deletions geom/geocad/src/TOCCToStep.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,20 @@
/** \class TOCCToStep
\ingroup Geometry_cad
//////////////////////////////////////////////////////////////////////////
// TOCCToStep Class //
// //
// This class contains implementation of writing OpenCascade's //
// geometry shapes to the STEP file reproducing the originary ROOT //
// geometry tree. The TRootStep Class takes a gGeoManager pointer and //
// gives back a STEP file. //
// The OCCShapeCreation(TGeoManager *m) method starting from //
// the top of the ROOT geometry tree translates each ROOT shape in the //
// OCC one. A fLabel is created for each OCC shape and the //
// correspondance bewteen the the fLabel and the shape is saved //
// in a map. The OCCTreeCreation(TGeoManager *m) method starting from //
// the top of the ROOT geometry and using the fLabel-shape map //
// reproduce the ROOT tree that will be written to the STEP file using //
// the OCCWriteStep(const char * fname ) method. //
// //
//////////////////////////////////////////////////////////////////////////
This class contains implementation of writing OpenCascade's
geometry shapes to the STEP file reproducing the original ROOT
geometry tree. The TRootStep Class takes a gGeoManager pointer and
gives back a STEP file.
The OCCShapeCreation(TGeoManager *m) method starting from
the top of the ROOT geometry tree translates each ROOT shape in the
OCC one. A fLabel is created for each OCC shape and the
correspondance between the the fLabel and the shape is saved
in a map. The OCCTreeCreation(TGeoManager *m) method starting from
the top of the ROOT geometry and using the fLabel-shape map
reproduce the ROOT tree that will be written to the STEP file using
the OCCWriteStep(const char * fname ) method.
*/
#include "TOCCToStep.h"
#include "TGeoToOCC.h"

Expand Down

0 comments on commit 2134d3d

Please sign in to comment.