Dynamic generation of scales for vtkHyperTree.
More...
#include <vtkHyperTreeGridScales.h>
Dynamic generation of scales for vtkHyperTree.
Given a level 0 scame, compute & cache cell scales for lower levels.
- See also
- vtkHyperTree vtkHyperTreeGrid
- Thanks:
- This class was written by Jacques-Bernard Lekien (CEA) This work was supported by Commissariat a l'Energie Atomique CEA, DAM, DIF, F-91297 Arpajon, France.
Definition at line 28 of file vtkHyperTreeGridScales.h.
◆ vtkHyperTreeGridScales()
vtkHyperTreeGridScales::vtkHyperTreeGridScales |
( |
double |
branchfactor, |
|
|
const double |
scale[3] |
|
) |
| |
|
inline |
◆ ~vtkHyperTreeGridScales()
vtkHyperTreeGridScales::~vtkHyperTreeGridScales |
( |
| ) |
|
|
default |
◆ GetBranchFactor()
double vtkHyperTreeGridScales::GetBranchFactor |
( |
| ) |
const |
|
inline |
◆ GetScale() [1/2]
double * vtkHyperTreeGridScales::GetScale |
( |
unsigned int |
level | ) |
|
|
inline |
◆ ComputeScale() [1/2]
double * vtkHyperTreeGridScales::ComputeScale |
( |
unsigned int |
level | ) |
|
|
inline |
◆ GetScaleX()
double vtkHyperTreeGridScales::GetScaleX |
( |
unsigned int |
level | ) |
|
|
inline |
◆ ComputeScaleX()
double vtkHyperTreeGridScales::ComputeScaleX |
( |
unsigned int |
level | ) |
|
|
inline |
◆ GetScaleY()
double vtkHyperTreeGridScales::GetScaleY |
( |
unsigned int |
level | ) |
|
|
inline |
◆ ComputeScaleY()
double vtkHyperTreeGridScales::ComputeScaleY |
( |
unsigned int |
level | ) |
|
|
inline |
◆ GetScaleZ()
double vtkHyperTreeGridScales::GetScaleZ |
( |
unsigned int |
level | ) |
|
|
inline |
◆ ComputeScaleZ()
double vtkHyperTreeGridScales::ComputeScaleZ |
( |
unsigned int |
level | ) |
|
|
inline |
◆ GetScale() [2/2]
void vtkHyperTreeGridScales::GetScale |
( |
unsigned int |
level, |
|
|
double |
scale[3] |
|
) |
| |
|
inline |
◆ ComputeScale() [2/2]
void vtkHyperTreeGridScales::ComputeScale |
( |
unsigned int |
level, |
|
|
double |
scale[3] |
|
) |
| |
|
inline |
◆ GetCurrentFailLevel()
unsigned int vtkHyperTreeGridScales::GetCurrentFailLevel |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: