HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_MGOperatorT< T >::utMGTileMap Struct Reference

#include <UT_MGOperator.h>

Public Attributes

UT_VoxelArray< inttileMap
 
UT_Array< utMGCoordAndCoeffinvTileMapMat
 

Detailed Description

template<typename T>
struct UT_MGOperatorT< T >::utMGTileMap

This struct holds the tile map (which gives the linear tile number for each tile location), its inverse map (which produces location of a tile from its linear index), and the coefficients for the row corresponding to the tile.

Definition at line 295 of file UT_MGOperator.h.

Member Data Documentation

template<typename T >
UT_Array<utMGCoordAndCoeff> UT_MGOperatorT< T >::utMGTileMap::invTileMapMat

Definition at line 298 of file UT_MGOperator.h.

template<typename T >
UT_VoxelArray<int> UT_MGOperatorT< T >::utMGTileMap::tileMap

Definition at line 297 of file UT_MGOperator.h.


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