MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
NcDim Class Reference

#include <netcdfcpp.h>

Collaboration diagram for NcDim:

Public Member Functions

NcToken name (void) const
 
long size (void) const
 
NcBool is_valid (void) const
 
NcBool is_unlimited (void) const
 
NcBool rename (NcToken newname)
 
int id (void) const
 
NcBool sync (void)
 

Private Member Functions

 NcDim (NcFile *, int num)
 
 NcDim (NcFile *, NcToken name, long sz)
 
virtual ~NcDim (void)
 

Private Attributes

NcFilethe_file
 
int the_id
 
char * the_name
 

Friends

class NcFile
 

Detailed Description

Definition at line 142 of file netcdfcpp.h.

Constructor & Destructor Documentation

NcDim::NcDim ( NcFile ,
int  num 
)
private
NcDim::NcDim ( NcFile ,
NcToken  name,
long  sz 
)
private
virtual NcDim::~NcDim ( void  )
privatevirtual

Member Function Documentation

int NcDim::id ( void  ) const
NcBool NcDim::is_unlimited ( void  ) const
NcBool NcDim::is_valid ( void  ) const
NcToken NcDim::name ( void  ) const
NcBool NcDim::rename ( NcToken  newname)
long NcDim::size ( void  ) const
NcBool NcDim::sync ( void  )

Friends And Related Function Documentation

friend class NcFile
friend

Definition at line 163 of file netcdfcpp.h.

Member Data Documentation

NcFile* NcDim::the_file
private

Definition at line 154 of file netcdfcpp.h.

int NcDim::the_id
private

Definition at line 155 of file netcdfcpp.h.

char* NcDim::the_name
private

Definition at line 156 of file netcdfcpp.h.


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