HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_VoxelProbeConstant< T > Class Template Reference

#include <UT_VoxelArray.h>

Public Member Functions

 UT_VoxelProbeConstant ()
 
 ~UT_VoxelProbeConstant ()
 
template<typename S >
bool setIndex (UT_VoxelArrayIterator< S > &vit)
 
template<typename S >
bool setIndex (UT_VoxelTileIterator< S > &vit)
 
bool setIndex (int x, int y, int z)
 
void setValue (T val)
 
T getValue () const
 

Protected Attributes

T myValue
 

Detailed Description

template<typename T>
class UT_VoxelProbeConstant< T >

UT_VoxelProbeConstant

Looks like a voxel probe but only returns a constant value.

Definition at line 2484 of file UT_VoxelArray.h.

Constructor & Destructor Documentation

template<typename T >
UT_VoxelProbeConstant< T >::UT_VoxelProbeConstant ( )
inline

Definition at line 2488 of file UT_VoxelArray.h.

template<typename T >
UT_VoxelProbeConstant< T >::~UT_VoxelProbeConstant ( )
inline

Definition at line 2489 of file UT_VoxelArray.h.

Member Function Documentation

template<typename T >
T UT_VoxelProbeConstant< T >::getValue ( ) const
inline

Definition at line 2501 of file UT_VoxelArray.h.

template<typename T >
template<typename S >
bool UT_VoxelProbeConstant< T >::setIndex ( UT_VoxelArrayIterator< S > &  vit)
inline

Definition at line 2492 of file UT_VoxelArray.h.

template<typename T >
template<typename S >
bool UT_VoxelProbeConstant< T >::setIndex ( UT_VoxelTileIterator< S > &  vit)
inline

Definition at line 2495 of file UT_VoxelArray.h.

template<typename T >
bool UT_VoxelProbeConstant< T >::setIndex ( int  x,
int  y,
int  z 
)
inline

Definition at line 2497 of file UT_VoxelArray.h.

template<typename T >
void UT_VoxelProbeConstant< T >::setValue ( T  val)
inline

Definition at line 2500 of file UT_VoxelArray.h.

Member Data Documentation

template<typename T >
T UT_VoxelProbeConstant< T >::myValue
protected

Definition at line 2503 of file UT_VoxelArray.h.


The documentation for this class was generated from the following file: