ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
cloudViewer::Grid3D< Type >::CellToTest Struct Reference

#include <Grid3D.h>

Collaboration diagram for cloudViewer::Grid3D< Type >::CellToTest:

Public Attributes

Tuple3i pos
 Cell position. More...
 
int cellSize
 Cell size. More...
 

Detailed Description

template<class Type>
struct cloudViewer::Grid3D< Type >::CellToTest

Definition at line 127 of file Grid3D.h.

Member Data Documentation

◆ cellSize

template<class Type >
int cloudViewer::Grid3D< Type >::CellToTest::cellSize

Cell size.

Definition at line 131 of file Grid3D.h.

Referenced by cloudViewer::Grid3D< Type >::intersectWith().

◆ pos

template<class Type >
Tuple3i cloudViewer::Grid3D< Type >::CellToTest::pos

Cell position.

Definition at line 129 of file Grid3D.h.

Referenced by cloudViewer::Grid3D< Type >::intersectWith().


The documentation for this struct was generated from the following file: