|
| |
|
Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members
simion::PATextHeader Class Reference#include <pa.h>
Inheritance diagram for simion::PATextHeader: ![]() Detailed Descriptionheader used by the PATXT format
|
|
Public Types | |
| enum | point_column_t { PI_X = (1<<0), PI_Y = (1<<1), PI_Z = (1<<2), PI_IS_ELECTRODE = (1<<3), PI_POTENTIAL = (1<<4), PI_RAW_VALUE = (1<<5), PI_FIELD_X = (1<<6), PI_FIELD_Y = (1<<7), PI_FIELD_Z = (1<<8), PI_FIELD = PI_FIELD_X | PI_FIELD_Y | PI_FIELD_Z, PI_XYZ = PI_X | PI_Y | PI_Z } |
| identifiers for data columns | |
Public Member Functions | |
| PATextHeader () | |
| Constructor. | |
| bool | is_column_enabled (point_column_t t) const |
| Gets whether data point column is enabled. | |
| void | enable_column (int idx, point_column_t t) |
| Set data point column at given index. | |
| int | enabled_columns () const |
| Get set of enabled columns (as OR'ed bitfield). | |
| point_column_t | column (int idx) const |
| Get value at given data point column. | |
| int | column_count () const |
| Get number of data point columns. | |
The documentation for this class was generated from the following file: (c) 2003-2004. Scientific Instrument Services, Inc. All Rights Reserved.
Please report any errors/comments regarding this web page:

