OpenVDB
3.1.0
Main Page
Related Pages
Namespaces
Classes
Files
Class List
Class Hierarchy
Class Members
PointArray Interface Reference
#include <
PointIndexGrid.h
>
Detailed Description
Expected interface for the
PointArray
container:
template
<
typename
VectorType>
struct
PointArray
{
// The type used to represent world-space point positions
typedef
VectorType value_type;
// Return the number of points in the array
size_t
size()
const
;
// Return the world-space position of the nth point in the array.
void
getPos(
size_t
n, VectorType& xyz)
const
;
};
The documentation for this interface was generated from the following file:
PointIndexGrid.h
Generated by
1.8.9.1