Main Page | Class List | Directories | File List | Class Members | File Members

ObitTEMPLATE.c File Reference

ObitTEMPLATE class function definitions. More...

#include "ObitTEMPLATE.h"

Functions

void ObitTEMPLATEInit (gpointer in)
 Private: Initialize newly instantiated object.
void ObitTEMPLATEClear (gpointer in)
 Private: Deallocate members.
ObitTEMPLATEnewObitTEMPLATE (gchar *name)
 Public: Default Constructor.
gconstpointer ObitTEMPLATEGetClass (void)
 Public: ClassInfo pointer.
ObitTEMPLATEObitTEMPLATECopy (ObitTEMPLATE *in, ObitTEMPLATE *out, ObitErr *err)
 Public: Copy (deep) constructor.
void ObitTEMPLATEClone (ObitTEMPLATE *in, ObitTEMPLATE *out, ObitErr *err)
 Public: Copy structure.
ObitTEMPLATEObitTEMPLATECreate (gchar *name)
 Public: Create/initialize ObitTEMPLATE structures.
void ObitTEMPLATEClassInit (void)
 Public: Class initializer.


Detailed Description

ObitTEMPLATE class function definitions.

This class is derived from the Obit base class.


Function Documentation

ObitTEMPLATE* newObitTEMPLATE gchar *  name  ) 
 

Public: Default Constructor.

Initializes class if needed on first call.

Parameters:
name An optional name for the object.
Returns:
the new object.

void ObitTEMPLATEClassInit void   ) 
 

Public: Class initializer.

void ObitTEMPLATEClear gpointer  inn  ) 
 

Private: Deallocate members.

Does (recursive) deallocation of parent class members.

Parameters:
inn Pointer to the object to deallocate. Actually it should be an ObitTEMPLATE* cast to an Obit*.

void ObitTEMPLATEClone ObitTEMPLATE in,
ObitTEMPLATE out,
ObitErr err
 

Public: Copy structure.

Parameters:
in The object to copy
out An existing object pointer for output, must be defined.
err Obit error stack object.

ObitTEMPLATE* ObitTEMPLATECopy ObitTEMPLATE in,
ObitTEMPLATE out,
ObitErr err
 

Public: Copy (deep) constructor.

Parameters:
in The object to copy
out An existing object pointer for output or NULL if none exists.
err Obit error stack object.
Returns:
pointer to the new object.

ObitTEMPLATE* ObitTEMPLATECreate gchar *  name  ) 
 

Public: Create/initialize ObitTEMPLATE structures.

Parameters:
name An optional name for the object.
Returns:
the new object.

gconstpointer ObitTEMPLATEGetClass void   ) 
 

Public: ClassInfo pointer.

Returns:
pointer to the class structure.

void ObitTEMPLATEInit gpointer  inn  ) 
 

Private: Initialize newly instantiated object.

Parent classes portions are (recursively) initialized first

Parameters:
inn Pointer to the object to initialize.


Generated on Fri Aug 31 22:13:09 2007 for Obit by  doxygen 1.3.9.1