PointInfo is a group of ChannelInfo objects.
More...
#include <PointData.h>
List of all members.
Detailed Description
PointInfo is a group of ChannelInfo objects for specifying channels.
- See also:
- See examples/src/UserTutorial.cpp for examples on setting up and using PointInfo.
Definition at line 181 of file PointData.h.
Constructor & Destructor Documentation
Member Function Documentation
This method returns the ChannelInfo for a given index.
- Parameters:
-
idx | the index of the wanted channel |
- Returns:
- the channel info for the given channel
This method returns the ChannelInfo for a given index.
- Parameters:
-
idx | the index of the wanted channel |
- Returns:
- the channel info for the given channel
This method returns the ChannelInfo for a given name.
- Parameters:
-
name | the name of the wanted channel |
- Returns:
- the channel data for the given channel
This method returns the ChannelInfo for a given name.
- Parameters:
-
name | the name of the wanted channel |
- Returns:
- the channel data for the given channel
This method returns index of the given channel name.
- Parameters:
-
name | the name of the wanted channel |
- Returns:
- the index for the given channel
This method returns the number of channels.
The method determines if this object has a channel with the given name.
- Parameters:
-
- Returns:
- true if the channel was found
This function checks the PointInfo object for X, Y, and Z channels and that their data type is DATATYPE_FLOAT64
bool PointInfo::operator!= |
( |
const PointInfo & |
rhs | ) |
const [inline] |
bool PointInfo::operator== |
( |
const PointInfo & |
rhs | ) |
const |
Member Data Documentation
The documentation for this class was generated from the following file: