HDK
|
#include "UT_API.h"
#include "UT_MatrixSolver.h"
#include "UT_VoxelArray.h"
#include "UT_FixedVector.h"
Go to the source code of this file.
Classes | |
class | UT_MGOperatorT< T > |
struct | UT_MGOperatorT< T >::utMGCoordAndCoeff |
struct | UT_MGOperatorT< T >::utMGTileMap |
Typedefs | |
typedef UT_MGOperatorT< fpreal > | UT_MGOperatorR |
typedef UT_MGOperatorT< fpreal32 > | UT_MGOperatorF |
typedef UT_MGOperatorT< fpreal64 > | UT_MGOperatorD |
Functions | |
template<typename S > | |
UT_API bool | ut_tileHasActiveVoxel (const UT_VoxelTile< S > *tile) |
UT_EXTERN_TEMPLATE (UT_MGOperatorT< fpreal32 >) | |
UT_EXTERN_TEMPLATE (UT_MGOperatorT< fpreal64 >) | |
typedef UT_MGOperatorT<fpreal64> UT_MGOperatorD |
Definition at line 342 of file UT_MGOperator.h.
typedef UT_MGOperatorT<fpreal32> UT_MGOperatorF |
Definition at line 341 of file UT_MGOperator.h.
typedef UT_MGOperatorT<fpreal> UT_MGOperatorR |
Definition at line 340 of file UT_MGOperator.h.
UT_EXTERN_TEMPLATE | ( | UT_MGOperatorT< fpreal32 > | ) |
UT_EXTERN_TEMPLATE | ( | UT_MGOperatorT< fpreal64 > | ) |
UT_API bool ut_tileHasActiveVoxel | ( | const UT_VoxelTile< S > * | tile | ) |
This function returns true if the given tile has at least one voxel whose value exceeds 0.5.