NEURON
Allotment Class Reference

#include <geometry.h>

Public Member Functions

 Allotment ()
 
 Allotment (Coord origin, Coord span, float alignment)
 
bool equals (const Allotment &, float epsilon) const
 
void origin (Coord)
 
void offset (Coord)
 
Coord origin () const
 
void span (Coord)
 
Coord span () const
 
void alignment (float)
 
float alignment () const
 
Coord begin () const
 
Coord end () const
 

Private Attributes

Coord origin_
 
Coord span_
 
float alignment_
 

Detailed Description

Definition at line 111 of file geometry.h.

Constructor & Destructor Documentation

◆ Allotment() [1/2]

Allotment::Allotment ( )
inline

Definition at line 250 of file geometry.h.

◆ Allotment() [2/2]

Allotment::Allotment ( Coord  origin,
Coord  span,
float  alignment 
)
inline

Definition at line 256 of file geometry.h.

Member Function Documentation

◆ alignment() [1/2]

float Allotment::alignment ( ) const
inline

Definition at line 268 of file geometry.h.

◆ alignment() [2/2]

void Allotment::alignment ( float  a)
inline

Definition at line 267 of file geometry.h.

◆ begin()

Coord Allotment::begin ( ) const
inline

Definition at line 270 of file geometry.h.

◆ end()

Coord Allotment::end ( ) const
inline

Definition at line 274 of file geometry.h.

◆ equals()

bool Allotment::equals ( const Allotment ,
float  epsilon 
) const

◆ offset()

void Allotment::offset ( Coord  o)
inline

Definition at line 263 of file geometry.h.

◆ origin() [1/2]

Coord Allotment::origin ( ) const
inline

Definition at line 264 of file geometry.h.

◆ origin() [2/2]

void Allotment::origin ( Coord  o)
inline

Definition at line 262 of file geometry.h.

◆ span() [1/2]

Coord Allotment::span ( ) const
inline

Definition at line 266 of file geometry.h.

◆ span() [2/2]

void Allotment::span ( Coord  c)
inline

Definition at line 265 of file geometry.h.

Member Data Documentation

◆ alignment_

float Allotment::alignment_
private

Definition at line 132 of file geometry.h.

◆ origin_

Coord Allotment::origin_
private

Definition at line 130 of file geometry.h.

◆ span_

Coord Allotment::span_
private

Definition at line 131 of file geometry.h.


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