Index

C++ Code Documentation

geomui::ui::Build

Derived from: widget::ui::Dialog , base::ReadUtil

File: GEOM/geomui/ui/Build.H

public:
  • typedef geom::Real Real;
  • Build();
    constructor
  • virtual ~Build();
    destructor
  • virtual void build_reset();
    interface
  • virtual void reflect_plane_reset();
  • virtual void reflect_plane( base::ArrayX<float,4U> const &x);
  • virtual void reflect_coord_plane0();
  • virtual void reflect_coord_plane1();
  • virtual void reflect_coord_plane2();
  • virtual void build_synchronize();
  • bool command( base::String const &command, base::String const &argument, base::String &response );
protected:
  • void reflect_coord_plane( uint n );
  • virtual void build_reset_cb();
    callbacks
  • virtual void reflect_plane_reset_cb();
  • virtual void reflect_plane_apply_cb();
  • virtual void reflect_coord_plane0_cb();
  • virtual void reflect_coord_plane1_cb();
  • virtual void reflect_coord_plane2_cb();
  • char const *label() const;
private:
  • virtual geom::Surface *geomlist() = 0;
    pure virtuals
  • virtual geom::Surface const *geomlist() const = 0;
  • virtual void refresh_all() = 0;
  • void reflect( math::VectorX<Real,4U> const &a );
  • virtual void statistics_synchronize() = 0;
  • virtual widget::ui::FloatSet *reflect_plane_position_w() = 0;
    widgets
  • Build( Build const & );
    disabled constructor
  • Build &operator=( Build const & );
    disabled assignment operator


geomui::ui::Build GANG