Mantid
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Mantid::Geometry::InstrumentDefinitionParser::IdList Struct Reference

Structure for holding detector IDs. More...

Public Member Functions

bool empty ()
 return true if empty
 
 IdList ()
 Constructor.
 
void reset ()
 reset idlist
 

Public Attributes

int counted
 Used to count the number of detector encounted so far.
 
std::string idname
 name of idlist
 
std::vector< int > vec
 list of detector IDs
 

Detailed Description

Structure for holding detector IDs.

Definition at line 105 of file InstrumentDefinitionParser.h.

Constructor & Destructor Documentation

◆ IdList()

Mantid::Geometry::InstrumentDefinitionParser::IdList::IdList ( )
inline

Constructor.

Definition at line 114 of file InstrumentDefinitionParser.h.

Member Function Documentation

◆ empty()

bool Mantid::Geometry::InstrumentDefinitionParser::IdList::empty ( )
inline

return true if empty

Definition at line 117 of file InstrumentDefinitionParser.h.

References vec.

◆ reset()

void Mantid::Geometry::InstrumentDefinitionParser::IdList::reset ( )
inline

Member Data Documentation

◆ counted

int Mantid::Geometry::InstrumentDefinitionParser::IdList::counted

◆ idname

std::string Mantid::Geometry::InstrumentDefinitionParser::IdList::idname

◆ vec

std::vector<int> Mantid::Geometry::InstrumentDefinitionParser::IdList::vec

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