AFEPack
组合类型 | 命名空间 | 宏定义 | 函数
Geometry.cpp文件参考
#include "Geometry.h"

组合类型

struct  __hidden_namespace::m_str

命名空间

namespace  __hidden_namespace

宏定义

#define MaxBits   ( sizeof(unsigned) * CHAR_BIT )

函数

bool isSame (const Geometry &g0, const Geometry &g1)
std::istream & operator>> (std::istream &is, Geometry &g)
std::ostream & operator<< (std::ostream &os, const Geometry &g)
std::istream & operator>> (std::istream &is, GeometryBM &g)
std::ostream & operator<< (std::ostream &os, const GeometryBM &g)
int __hidden_namespace::cmp_indx (const void *a, const void *b)
void __hidden_namespace::hsfc3d (unsigned coord[], unsigned *nkey, unsigned key[])
void __hidden_namespace::fhsfc3d (double coord[], unsigned *nkey, unsigned key[])
void __hidden_namespace::hilbert (double *x, double *y, double *z, int *N, int *table)
void hsfc_renumerate (int n, double *x, double *y, double *z, int *table)
void hsfc_renumerate (int n, double *x, double *y, double *z, int *table, void(*f)(double, double, double, double &, double &, double &))

详细描述

作者:
Robert Lie
日期:
Sun Apr 29 21:22:29 2007

宏定义文档

#define MaxBits   ( sizeof(unsigned) * CHAR_BIT )

函数文档

void hsfc_renumerate ( int  n,
double *  x,
double *  y,
double *  z,
int *  table 
)
void hsfc_renumerate ( int  n,
double *  x,
double *  y,
double *  z,
int *  table,
void(*)(double, double, double, double &, double &, double &)  f 
)
bool isSame ( const Geometry g0,
const Geometry g1 
)

Judge if two geometries are the same.

std::ostream& operator<< ( std::ostream &  os,
const Geometry g 
)

Stream output.

std::ostream& operator<< ( std::ostream &  os,
const GeometryBM g 
)

Stream output.

std::istream& operator>> ( std::istream &  is,
Geometry g 
)

Stream input.

std::istream& operator>> ( std::istream &  is,
GeometryBM g 
)

Stream input.