Index

C++ Code Documentation

geom methods (Common)

File: GEOM/geom/interface/Common.H

  • typedef double Real;
  • typedef math::Vector2<Real> Vertex2;
  • typedef math::Vector3Math<Real> Vertex3;
  • typedef math::VectorX<Real,4U> Vertex4;
  • typedef math::Matrix<Real> Transform;
  • struct Box;
  • enum FileMode;
  • FileMode get_filemode( base::String const &filename );
  • enum MaterialMeaning;
  • struct SpaceForm;
  • SpaceForm(uint dim_, Space space_) : dim(dim_), space(space_);
  • SpaceForm() : dim(3U), space(SPACEFORM_R);
  • uint dim;
  • Space space;


geom methods (Common) GANG