Template Struct HeightFieldAccessor
Defined in File hfield.h
Inheritance Relationships
Base Type
public hpp::fcl::HeightField< BV >
(Template Class HeightField)
Struct Documentation
-
template<typename BV>
struct HeightFieldAccessor : public hpp::fcl::HeightField<BV> Public Types
-
typedef hpp::fcl::HeightField<BV> Base
Public Members
-
BVS bvs
Bounding volume hierarchy.
-
MatrixXf heights
Elevation values in meters of the Height Field.
-
FCL_REAL max_height
-
FCL_REAL min_height
Minimal height of the Height Field: all values bellow min_height will be discarded.
-
unsigned int num_bvs
-
FCL_REAL x_dim
Dimensions in meters along X and Y directions.
-
VecXf x_grid
Grids along the X and Y directions. Useful for plotting or other related things.
-
FCL_REAL y_dim
-
VecXf y_grid
-
typedef hpp::fcl::HeightField<BV> Base