VAPOR3 3.9.4
|
#include <vector>
#include <iostream>
#include <cstdint>
#include <vapor/VAssert.h>
#include <vapor/Grid.h>
#include <vapor/QuadTreeRectangle.hpp>
Go to the source code of this file.
Classes | |
class | VAPoR::QuadTreeRectangleP |
This class wraps QuadTreeRectangleP with parallel tree construction. More... | |
Namespaces | |
namespace | VAPoR |
Typedefs | |
using | UInt32_tArr2 = std::array< uint32_t, 2 > |
using | pType = UInt32_tArr2 |
using pType = UInt32_tArr2 |
Definition at line 13 of file QuadTreeRectangleP.h.
using UInt32_tArr2 = std::array<uint32_t, 2> |
Definition at line 12 of file QuadTreeRectangleP.h.