Grid 0.7.0
Geometry Class Reference

#include <Geometry.h>

Public Member Functions

 Geometry (int _d)
int point (int dir, int disp)

Data Fields

int npoint
int base
std::vector< int > directions
std::vector< int > displacements
std::vector< int > points_dagger

Detailed Description

Definition at line 37 of file Geometry.h.

Constructor & Destructor Documentation

◆ Geometry()

Geometry::Geometry ( int _d)
inline

Definition at line 45 of file Geometry.h.

References base, directions, displacements, npoint, and points_dagger.

Member Function Documentation

◆ point()

int Geometry::point ( int dir,
int disp )
inline

Definition at line 69 of file Geometry.h.

References base.

Field Documentation

◆ npoint

int Geometry::npoint

Definition at line 39 of file Geometry.h.

Referenced by Geometry().

◆ base

int Geometry::base

Definition at line 40 of file Geometry.h.

Referenced by Geometry(), and point().

◆ directions

std::vector<int> Geometry::directions

Definition at line 41 of file Geometry.h.

Referenced by Geometry().

◆ displacements

std::vector<int> Geometry::displacements

Definition at line 42 of file Geometry.h.

Referenced by Geometry().

◆ points_dagger

std::vector<int> Geometry::points_dagger

Definition at line 43 of file Geometry.h.

Referenced by Geometry().


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