Changeset 239 for cpp/frams/model/geometry/meshbuilder.h
- Timestamp:
- 04/30/14 13:28:42 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/model/geometry/meshbuilder.h
r193 r239 27 27 Iterator(const double _density); 28 28 double getDensity() const; 29 doublesetDensity(const double _density);29 void setDensity(const double _density); 30 30 virtual bool tryGetNext(Pt3D &point) = 0; 31 31 void forEach(Callback &callback); … … 240 240 public: 241 241 BoundingBoxVolume(const double _density); 242 boolinitialize(const Model &model);243 boolinitialize(const Pt3D &lowerBoundary, const Pt3D &upperBoundary);242 void initialize(const Model &model); 243 void initialize(const Pt3D &lowerBoundary, const Pt3D &upperBoundary); 244 244 bool tryGetNext(Pt3D &point); 245 245 };
Note: See TracChangeset
for help on using the changeset viewer.