|
template<typename V >
void vtkfig::Surf2D::UpdateValues |
( |
const V & |
values | ) |
|
|
inline |
Definition at line 158 of file vtkfigSurf2D.h.
160 for ( int j = 0; j < Ny; j++) 162 for ( int i = 0; i < Nx; i++) 172 colors->InsertComponent(k, 0,v);
vtkSmartPointer< vtkStructuredGrid > gridfunc
vtkSmartPointer< vtkPoints > points
vtkSmartPointer< vtkDoubleArray > colors
void update_warp_and_lut()
struct vtkfig::Surf2D::@3 state
|