OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions
Peak Class Reference

#include <peak.hh>

Inherits Point.

Public Member Functions

 Peak (int x=0, int y=0, int z=0)
 Peak (const Point &p)
 Peak (const Point &p, Real v)
Real GetValue () const
- Public Member Functions inherited from Point
 Point ()
 Point (const Point &p)
 Point (int a)
 Point (int a, int b)
 Point (int a, int b, int c)
 Point (const Vec2 &v)
 Point (const Vec3 &v)
 Point (const Vec4 &v)
 Point (const Size &s)
Point Mirror (int planes)
int operator[] (unsigned int index) const
int & operator[] (unsigned int index)
Pointoperator= (const Point &p)
Pointoperator+= (const Point &p)
Pointoperator-= (const Point &p)
Point operator- () const
bool operator== (const Point &p) const
bool operator!= (const Point &p) const
bool operator< (const Point &p) const
bool operator<= (const Point &p) const
bool operator> (const Point &p) const
bool operator>= (const Point &p) const
Pointoperator+= (const Size &p)
Pointoperator-= (const Size &p)
Vec2 ToVec2 () const
Vec3 ToVec3 () const
Vec4 ToVec4 () const

Detailed Description

Definition at line 35 of file peak.hh.


Constructor & Destructor Documentation

Peak ( int  x = 0,
int  y = 0,
int  z = 0 
)
inline

Definition at line 37 of file peak.hh.

Peak ( const Point p)
inline

Definition at line 38 of file peak.hh.

Peak ( const Point p,
Real  v 
)
inline

Definition at line 39 of file peak.hh.


Member Function Documentation

Real GetValue ( ) const
inline

Definition at line 41 of file peak.hh.


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