CubbyFlow::CustomImplicitSurface< N > Member List

This is the complete list of members for CubbyFlow::CustomImplicitSurface< N >, including all inherited members.

ClosestDistance(const Vector< double, N > &otherPoint) constCubbyFlow::Surface< N >
ClosestIntersection(const Ray< double, N > &ray) constCubbyFlow::Surface< N >
ClosestNormal(const Vector< double, N > &otherPoint) constCubbyFlow::Surface< N >
ClosestPoint(const Vector< double, N > &otherPoint) constCubbyFlow::Surface< N >
CustomImplicitSurface(std::function< double(const Vector< double, N > &)> func, const BoundingBox< double, N > &domain=BoundingBox< double, N >{}, double resolution=1e-3, double rayMarchingResolution=1e-6, unsigned int maxNumOfIterations=5, const Transform< N > &_transform=Transform< N >{}, bool _isNormalFlipped=false)CubbyFlow::CustomImplicitSurface< N >
CustomImplicitSurface(const CustomImplicitSurface &other)=defaultCubbyFlow::CustomImplicitSurface< N >
CustomImplicitSurface(CustomImplicitSurface &&other) noexcept=defaultCubbyFlow::CustomImplicitSurface< N >
GetBoundingBox() constCubbyFlow::Surface< N >
GetBuilder()CubbyFlow::CustomImplicitSurface< N >static
ImplicitSurface(const Transform< N > &_transform=Transform< N >{}, bool _isNormalFlipped=false)CubbyFlow::ImplicitSurface< N >
ImplicitSurface(const ImplicitSurface &other)CubbyFlow::ImplicitSurface< N >
ImplicitSurface(ImplicitSurface &&other) noexceptCubbyFlow::ImplicitSurface< N >
Intersects(const Ray< double, N > &ray) constCubbyFlow::Surface< N >
IsBounded() constCubbyFlow::Surface< N >virtual
IsInside(const Vector< double, N > &otherPoint) constCubbyFlow::Surface< N >
IsInsideLocal(const Vector< double, N > &otherPoint) constCubbyFlow::Surface< N >protectedvirtual
isNormalFlippedCubbyFlow::Surface< N >
IsValidGeometry() constCubbyFlow::Surface< N >virtual
operator=(const CustomImplicitSurface &other)=defaultCubbyFlow::CustomImplicitSurface< N >
operator=(CustomImplicitSurface &&other) noexcept=defaultCubbyFlow::CustomImplicitSurface< N >
CubbyFlow::ImplicitSurface::operator=(const ImplicitSurface &other)CubbyFlow::ImplicitSurface< N >
CubbyFlow::ImplicitSurface::operator=(ImplicitSurface &&other) noexceptCubbyFlow::ImplicitSurface< N >
CubbyFlow::Surface::operator=(const Surface &other)CubbyFlow::Surface< N >
CubbyFlow::Surface::operator=(Surface &&other) noexceptCubbyFlow::Surface< N >
SignedDistance(const Vector< double, N > &otherPoint) constCubbyFlow::ImplicitSurface< N >
Surface(const Transform< N > &transform=Transform< N >(), bool isNormalFlipped=false)CubbyFlow::Surface< N >
Surface(const Surface &other)CubbyFlow::Surface< N >
Surface(Surface &&other) noexceptCubbyFlow::Surface< N >
transformCubbyFlow::Surface< N >
UpdateQueryEngine()CubbyFlow::Surface< N >virtual
~CustomImplicitSurface() override=defaultCubbyFlow::CustomImplicitSurface< N >
~ImplicitSurface() override=defaultCubbyFlow::ImplicitSurface< N >
~Surface()=defaultCubbyFlow::Surface< N >virtual