VTK-m
2.0
|
This is the complete list of members for vtkm::Bounds, including all inherited members.
Area() const | vtkm::Bounds | inline |
Bounds() | vtkm::Bounds | inline |
Bounds(const Bounds &)=default | vtkm::Bounds | |
Bounds(const vtkm::Range &xRange, const vtkm::Range &yRange, const vtkm::Range &zRange) | vtkm::Bounds | inline |
Bounds(const T1 &minX, const T2 &maxX, const T3 &minY, const T4 &maxY, const T5 &minZ, const T6 &maxZ) | vtkm::Bounds | inline |
Bounds(const T bounds[6]) | vtkm::Bounds | inlineexplicit |
Bounds(const vtkm::Vec< T, 3 > &minPoint, const vtkm::Vec< T, 3 > &maxPoint) | vtkm::Bounds | inline |
Center() const | vtkm::Bounds | inline |
Contains(const vtkm::Vec< T, 3 > &point) const | vtkm::Bounds | inline |
Include(const vtkm::Vec< T, 3 > &point) | vtkm::Bounds | inline |
Include(const vtkm::Bounds &bounds) | vtkm::Bounds | inline |
Intersection(const vtkm::Bounds &otherBounds) const | vtkm::Bounds | inline |
IsNonEmpty() const | vtkm::Bounds | inline |
MaxCorner() const | vtkm::Bounds | inline |
MinCorner() const | vtkm::Bounds | inline |
operator!=(const vtkm::Bounds &bounds) const | vtkm::Bounds | inline |
operator+(const vtkm::Bounds &otherBounds) const | vtkm::Bounds | inline |
operator=(const vtkm::Bounds &src)=default | vtkm::Bounds | |
operator==(const vtkm::Bounds &bounds) const | vtkm::Bounds | inline |
Union(const vtkm::Bounds &otherBounds) const | vtkm::Bounds | inline |
Volume() const | vtkm::Bounds | inline |
X | vtkm::Bounds | |
Y | vtkm::Bounds | |
Z | vtkm::Bounds |