HDK
|
Go to the source code of this file.
Namespaces | |
openvdb | |
openvdb::OPENVDB_VERSION_NAME | |
openvdb::OPENVDB_VERSION_NAME::points | |
Functions | |
template<typename ValueT , typename CodecT , typename FilterT , typename PointDataTreeT > | |
bool | openvdb::OPENVDB_VERSION_NAME::points::evalMinMax (const PointDataTreeT &points, const std::string &attribute, ValueT &min, ValueT &max, const FilterT &filter=NullFilter(), typename PointDataTreeT::template ValueConverter< ValueT >::Type *minTree=nullptr, typename PointDataTreeT::template ValueConverter< ValueT >::Type *maxTree=nullptr) |
Evaluates the minimum and maximum values of a point attribute and returns whether the values are valid. Optionally constructs localised min and max value trees. More... | |
template<typename ValueT , typename CodecT , typename FilterT , typename PointDataTreeT , typename ResultTreeT > | |
bool | openvdb::OPENVDB_VERSION_NAME::points::evalAverage (const PointDataTreeT &points, const std::string &attribute, typename ConvertElementType< ValueT, double >::Type &average, const FilterT &filter=NullFilter(), typename PointDataTreeT::template ValueConverter< ResultTreeT >::Type *averageTree=nullptr) |
Evaluates the average value of a point attribute and returns whether the value is valid. Optionally constructs localised average value trees. More... | |
template<typename ValueT , typename CodecT , typename FilterT , typename PointDataTreeT , typename ResultTreeT > | |
bool | openvdb::OPENVDB_VERSION_NAME::points::accumulate (const PointDataTreeT &points, const std::string &attribute, typename PromoteType< ValueT >::Highest &total, const FilterT &filter=NullFilter(), typename PointDataTreeT::template ValueConverter< ResultTreeT >::Type *totalTree=nullptr) |
Evaluates the total value of a point attribute and returns whether the value is valid. Optionally constructs localised total value trees. More... | |
template<typename ValueT , typename CodecT , typename FilterT , typename PointDataTreeT > | |
std::pair< ValueT, ValueT > | openvdb::OPENVDB_VERSION_NAME::points::evalMinMax (const PointDataTreeT &points, const std::string &attribute, const FilterT &filter=NullFilter()) |
Evaluates the minimum and maximum values of a point attribute. More... | |
template<typename ValueT , typename CodecT , typename FilterT , typename PointDataTreeT > | |
ConvertElementType< ValueT, double >::Type | openvdb::OPENVDB_VERSION_NAME::points::evalAverage (const PointDataTreeT &points, const std::string &attribute, const FilterT &filter=NullFilter()) |
Evaluates the average value of a point attribute. More... | |
template<typename ValueT , typename CodecT , typename FilterT , typename PointDataTreeT > | |
PromoteType< ValueT >::Highest | openvdb::OPENVDB_VERSION_NAME::points::accumulate (const PointDataTreeT &points, const std::string &attribute, const FilterT &filter=NullFilter()) |
Evaluates the total value of a point attribute. More... | |
Definition in file PointStatisticsImpl.h.