cgma
Card Class Reference

#include <MCNPInput.hpp>

Inheritance diagram for Card:
CellCard DataCard SurfaceCard CellCardImpl TransformCard

List of all members.

Public Member Functions

InputDeckgetDeck ()

Protected Member Functions

 Card (InputDeck &deck_p)
virtual ~Card ()

Protected Attributes

InputDeckparent_deck

Detailed Description

Superclass of all cards in the input deck

Definition at line 19 of file MCNPInput.hpp.


Constructor & Destructor Documentation

Card::Card ( InputDeck deck_p) [inline, protected]

Definition at line 23 of file MCNPInput.hpp.

                           :
    parent_deck(deck_p)
  {}
virtual Card::~Card ( ) [inline, protected, virtual]

Definition at line 27 of file MCNPInput.hpp.

{}

Member Function Documentation

InputDeck& Card::getDeck ( ) [inline]

Definition at line 30 of file MCNPInput.hpp.

{ return parent_deck; }

Member Data Documentation

Definition at line 21 of file MCNPInput.hpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines