|
Index
C++ Code Documentation
geom::surface0::Translator
Derived from: geom::surface0::Transformer
File: GEOM/geom/surface0/Translator.H
public:
- Translator( math::VectorX<Real,3U> const &a ) : _a(a);
 | constructor | |
- virtual ~Translator();
 | destructor | |
- virtual void function( math::VectorX<Real,4U> &x ) const;
protected:
private:
- math::VectorX<Real,3U> _a;
- Translator( Translator const & );
 | disabled copy constructor | |
- Translator &operator=( Translator const & );
 | disabled assignment operator | |
|