SMILE  v2.5
Schwarzschild Modelling Interactive expLoratory Environment
Public Member Functions | Private Attributes | List of all members
smile::CPoincareInformation Class Reference

information object to store points from the Poincare surface of section More...

#include <orbitan.h>

Inheritance diagram for smile::CPoincareInformation:
Inheritance graph
[legend]
Collaboration diagram for smile::CPoincareInformation:
Collaboration graph
[legend]

Public Member Functions

 CPoincareInformation (const std::vector< std::pair< double, double > > &_ps)
 
virtual INFOTYPE infoType () const
 return the derived class type
 
virtual std::string toString () const
 present a textual representation of the data contained in this class (may be empty string)
 
unsigned int size () const
 
const std::pair< double, double > & at (unsigned int index) const
 

Private Attributes

std::vector< std::pair< double,
double > > 
ps
 Poincare section (x - xdot plane)
 

Additional Inherited Members

- Public Types inherited from smile::CBasicInformation
enum  INFOTYPE {
  IT_UNKNOWN, IT_TRAJ_ANALYSIS, IT_TRAJ_SAMPLE, IT_POINCARE,
  IT_PERICENTER, IT_SCHW, IT_VEL_PERTURBER
}
 lists all possible information types More...
 

Detailed Description

information object to store points from the Poincare surface of section


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