VAPOR3 3.9.4
VolumeResampled.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace VAPoR {
6
8public:
10
11 static std::string GetName() { return "Resampled"; }
12
13 virtual int LoadData(const Grid *grid);
14};
15
16} // namespace VAPoR
Abstract base class for a 2D or 3D structured or unstructured grid.
Definition: Grid.h:56
Regular grid rendering algorithm.
Definition: VolumeRegular.h:21
virtual int LoadData(const Grid *grid)
static std::string GetName()
VolumeResampled(GLManager *gl)
Contains references to context scope OpenGL data.
Definition: GLManager.h:18