Public Member Functions | |
| void | GetChildrenIds (const unsigned int node_num, unsigned int children[4], unsigned int &num_children) |
| void | ResetIndex () |
| unsigned int | GetNext () |
| unsigned int | GetParentId (const unsigned int nodenum) |
| unsigned int | GetParentId (unsigned int x, unsigned int y, unsigned int row_size, unsigned depth) |
| unsigned int | GetDepth (const unsigned int nodenum) |
| void | GetPosition (const unsigned int nodenum, unsigned int &x, unsigned int &y, unsigned int &row_size, unsigned int &depth) |
| unsigned int | GetIndex (const unsigned int x, const unsigned int y, const unsigned int row_size, unsigned int depth) |
| void | GetInputCoordinates (unsigned int node_num, double coords[2][2][2]) |
| unsigned int | GetTransform (unsigned int src_x, unsigned int src_y, unsigned int depth, unsigned int stop_x, unsigned int stop_y, double &dest_x, double &dest_y) |
Public Attributes | |
| double | x_crop_scale |
| double | y_crop_scale |
| double | x_crop_offs |
| double | y_crop_offs |
| TreeNode | nodes [1+4+16+64+256+1024+4096] |
Private Attributes | |
| unsigned int | cur_tree_node |
|
||||||||||||||||
|
|
|
|
Definition at line 813 of file VertexCoordRemapper.cpp. Referenced by GetPosition(). |
|
||||||||||||||||||||
|
Definition at line 844 of file VertexCoordRemapper.cpp. Referenced by GetNext(), and GetTransform(). |
|
||||||||||||
|
Definition at line 858 of file VertexCoordRemapper.cpp. References VertexCoordRemapper::TreeNode::flags, GetParentId(), GetPosition(), nodes, x_crop_scale, and y_crop_scale. Referenced by VertexCoordRemapper::GetNextFaceCoordinates(). |
|
|
Definition at line 919 of file VertexCoordRemapper.cpp. References cur_tree_node, VertexCoordRemapper::TreeNode::flags, GetIndex(), GetPosition(), nodes, and split_flag_x. Referenced by VertexCoordRemapper::GetNextFaceCoordinates(). |
|
||||||||||||||||||||
|
|
|
|
Definition at line 790 of file VertexCoordRemapper.cpp. References GetPosition(). Referenced by GetInputCoordinates(), and VertexCoordRemapper::TestSubdivide(). |
|
||||||||||||||||||||||||
|
Definition at line 824 of file VertexCoordRemapper.cpp. References GetDepth(). Referenced by GetInputCoordinates(), GetNext(), GetParentId(), and VertexCoordRemapper::TestSubdivide(). |
|
||||||||||||||||||||||||||||||||
|
Definition at line 985 of file VertexCoordRemapper.cpp. References VertexCoordRemapper::TreeNode::flags, GetIndex(), max_depth, nodes, split_flag_x, transform_fail_flag, vertex_side_flag_start, and VertexCoordRemapper::TreeNode::verts. Referenced by VertexCoordRemapper::TestSubdivide(). |
|
|
Definition at line 914 of file VertexCoordRemapper.cpp. References cur_tree_node. Referenced by VertexCoordRemapper::UpdateAndResetIndex(). |
|
|
Definition at line 173 of file VertexCoordRemapper.h. Referenced by GetNext(), and ResetIndex(). |
|
|
Definition at line 171 of file VertexCoordRemapper.h. Referenced by GetInputCoordinates(), GetNext(), VertexCoordRemapper::GetNextFaceCoordinates(), GetTransform(), and VertexCoordRemapper::TestSubdivide(). |
|
|
Definition at line 157 of file VertexCoordRemapper.h. Referenced by VertexCoordRemapper::UpdateAndResetIndex(). |
|
|
Definition at line 157 of file VertexCoordRemapper.h. Referenced by GetInputCoordinates(), and VertexCoordRemapper::UpdateAndResetIndex(). |
|
|
Definition at line 157 of file VertexCoordRemapper.h. Referenced by VertexCoordRemapper::UpdateAndResetIndex(). |
|
|
Definition at line 157 of file VertexCoordRemapper.h. Referenced by GetInputCoordinates(), and VertexCoordRemapper::UpdateAndResetIndex(). |
1.3.9.1