|
Index
C++ Code Documentation
geom::surface::Construct
Derived from: geom::surface::SurfaceBase
Children: geom::surface::Surface
File: GEOM/geom/surface/Construct.H
public:
- typedef geom::Real Real;
- Construct();
 | constructor | |
- Construct( Construct const & );
 | copy constructor | |
- virtual ~Construct();
 | destructor | |
- Construct &operator=( Construct const & );
 | assignment operator | |
- void apply( geom::surface0::Transformer const &f );
- void transform( geom::Transform const &a );
- void translate( math::VectorX<Real,3U> const &a );
- void reflect( math::VectorX<Real,4U> const &a );
- void build_reflect( math::VectorX<Real,4U> const &a );
- void reverse_orientation();
- void remove_to_one();
- geom::Real glue( uint g0, uint g1, std::list<uint> const &boundaryset );
- geom::Real glue_self( uint part, std::list<uint> const &boundaryset1, std::list<uint> const &boundaryset2 );
protected:
private:
|