IOSS  2.0
Ioex::NodeBlock Struct Reference

#include <Ioex_Internals.h>

Public Member Functions

 NodeBlock ()=default
 
 NodeBlock (const NodeBlock &other)=default
 
 NodeBlock (const Ioss::NodeBlock &other)
 
NodeBlockoperator= (const NodeBlock &other)
 
 ~NodeBlock ()=default
 
bool operator== (const NodeBlock &) const
 
bool operator!= (const NodeBlock &other) const
 

Public Attributes

std::string name {}
 
entity_id id {0}
 
int64_t entityCount {0}
 
int64_t localOwnedCount {0}
 
int64_t attributeCount {0}
 
int64_t procOffset {0}
 

Constructor & Destructor Documentation

◆ NodeBlock() [1/3]

Ioex::NodeBlock::NodeBlock ( )
default

◆ NodeBlock() [2/3]

Ioex::NodeBlock::NodeBlock ( const NodeBlock other)
default

◆ NodeBlock() [3/3]

NodeBlock::NodeBlock ( const Ioss::NodeBlock other)
explicit

◆ ~NodeBlock()

Ioex::NodeBlock::~NodeBlock ( )
default

Member Function Documentation

◆ operator!=()

bool Ioex::NodeBlock::operator!= ( const NodeBlock other) const
inline

◆ operator=()

NodeBlock & NodeBlock::operator= ( const NodeBlock other)

◆ operator==()

bool Ioex::NodeBlock::operator== ( const NodeBlock ) const

Member Data Documentation

◆ attributeCount

int64_t Ioex::NodeBlock::attributeCount {0}

◆ entityCount

int64_t Ioex::NodeBlock::entityCount {0}

◆ id

entity_id Ioex::NodeBlock::id {0}

◆ localOwnedCount

int64_t Ioex::NodeBlock::localOwnedCount {0}

◆ name

std::string Ioex::NodeBlock::name {}

◆ procOffset

int64_t Ioex::NodeBlock::procOffset {0}

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