VAPOR3 3.9.4
Classes | Namespaces | Typedefs
QuadTreeRectangleP.h File Reference
#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
 

Typedef Documentation

◆ pType

Definition at line 13 of file QuadTreeRectangleP.h.

◆ UInt32_tArr2

using UInt32_tArr2 = std::array<uint32_t, 2>

Definition at line 12 of file QuadTreeRectangleP.h.