cgma
|
#include <typeinfo>
#include "iGeom.h"
#include "CubitAttrib.hpp"
#include "DLIList.hpp"
#include "CubitDefines.h"
#include <string>
#include <map>
#include <vector>
Go to the source code of this file.
Classes | |
class | CGMTagManager |
struct | CGMTagManager::TagInfo |
class | CATag |
Defines | |
#define | ARRAY_IN_DECL(a, b) a const* b, const int b ## _size |
#define | ARRAY_INOUT_DECL(a, b) a **b, int *b ## _allocated, int *b ## _size |
Copyright 2006 Sandia Corporation. Under the terms of Contract DE-AC04-94AL85000 with Sandia Coroporation, the U.S. Government retains certain rights in this software.
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
Original file from SNL TSTT repository was named CATSTT.
Renamed CATag and added to ANL ITAPS repository by J.Kraftcheck, 2007-6-15
Definition in file CATag.hpp.
#define ARRAY_IN_DECL | ( | a, | |
b | |||
) | a const* b, const int b ## _size |
#define ARRAY_INOUT_DECL | ( | a, | |
b | |||
) | a **b, int *b ## _allocated, int *b ## _size |