PolyVox::AStarPathfinderParams< VolumeType, VoxelType > Member List

This is the complete list of members for PolyVox::AStarPathfinderParams< VolumeType, VoxelType >, including all inherited members.
AStarPathfinderParams(VolumeType< VoxelType > *volData, const Vector3DInt32 &v3dStart, const Vector3DInt32 &v3dEnd, std::list< Vector3DInt32 > *listResult, float fHBias=1.0, uint32_t uMaxNoOfNodes=10000, Connectivity connectivity=TwentySixConnected, polyvox_function< bool(const VolumeType< VoxelType > *, const Vector3DInt32 &)> funcIsVoxelValidForPath=&aStarDefaultVoxelValidator< VolumeType, VoxelType >, polyvox_function< void(float)> funcProgressCallback=0)PolyVox::AStarPathfinderParams< VolumeType, VoxelType > [inline]
connectivityPolyVox::AStarPathfinderParams< VolumeType, VoxelType >
endPolyVox::AStarPathfinderParams< VolumeType, VoxelType >
hBiasPolyVox::AStarPathfinderParams< VolumeType, VoxelType >
isVoxelValidForPathPolyVox::AStarPathfinderParams< VolumeType, VoxelType >
maxNumberOfNodesPolyVox::AStarPathfinderParams< VolumeType, VoxelType >
progressCallbackPolyVox::AStarPathfinderParams< VolumeType, VoxelType >
resultPolyVox::AStarPathfinderParams< VolumeType, VoxelType >
startPolyVox::AStarPathfinderParams< VolumeType, VoxelType >
volumePolyVox::AStarPathfinderParams< VolumeType, VoxelType >