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 More...
 
 IdList ()
 Constructor. More...
 
void reset ()
 reset idlist More...
 

Public Attributes

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

Detailed Description

Structure for holding detector IDs.

Definition at line 103 of file InstrumentDefinitionParser.h.

Constructor & Destructor Documentation

◆ IdList()

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

Constructor.

Definition at line 112 of file InstrumentDefinitionParser.h.

Member Function Documentation

◆ empty()

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

return true if empty

Definition at line 115 of file InstrumentDefinitionParser.h.

◆ 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: