Esempio n. 1
0
 public static extern UserTopoUnstrctGeomStruct *UserTopoAddPoints(
     UserTopoUnstrctGeomStruct *Ud,
     UserTopoUnstrctGeomPtStruct *Pts,
     int NumPt,
     int MergePts,
     int **CloneMap,
     int **RealIDMap);
Esempio n. 2
0
 public static extern UserTopoUnstrctGeomStruct *UserTopoAppendUnstrctGeoms(
     UserTopoUnstrctGeomStruct *UdA,
     UserTopoUnstrctGeomStruct *UdB,
     double Eps,
     int MergePts,
     int **CloneMap,
     int **RealIDMap);
Esempio n. 3
0
 public static extern UserTopoUnstrctGeomStruct *UserTopoTrivBndryFilter(
     UserTopoUnstrctGeomStruct *Ud);
Esempio n. 4
0
 public static extern byte *UserTopoGetCellStrAttr(UserTopoUnstrctGeomStruct *Ud,
                                                   int CellId,
                                                   byte *AttrName);
Esempio n. 5
0
 public static extern int UserTopoGetPointAttrThreshold(UserTopoUnstrctGeomStruct *Ud,
                                                        byte *AttrName,
                                                        int AttrMinVal,
                                                        int AttrMaxVal,
                                                        int **PtIDs);
Esempio n. 6
0
 public static extern UserTopoUnstrctGeomStruct *UserTopoApplyFilterToGrid(
     UserTopoUnstrctGeomStruct *Ud,
     int PurgeUnusedPts);
Esempio n. 7
0
 public static extern int UserTopoObjectToId(UserTopoUnstrctGeomStruct *Ud,
                                             IPObjectStruct *Cell);
Esempio n. 8
0
 public static extern int UserTopoCellsAdjacentToCell(UserTopoUnstrctGeomStruct *Ud,
                                                      int CellID,
                                                      int **EntIDs);
Esempio n. 9
0
 public static extern int UserTopoSetPointStrAttr(UserTopoUnstrctGeomStruct *Ud,
                                                  int PtId,
                                                  byte *AttrName,
                                                  byte *AttrValue);
Esempio n. 10
0
 public static extern int UserTopoSetCellIntAttr(UserTopoUnstrctGeomStruct *Ud,
                                                 IPObjectStruct *Cell,
                                                 byte *AttrName,
                                                 int AttrValue);
Esempio n. 11
0
 public static extern int UserTopoGetCellRealAttrVec(UserTopoUnstrctGeomStruct *Ud,
                                                     int *CellIdVec,
                                                     int NumCellId,
                                                     byte *AttrName,
                                                     double **AttrValueVec);
Esempio n. 12
0
 public static extern int UserTopoAddCell(UserTopoUnstrctGeomStruct *Ud,
                                          int *PtIdVec,
                                          int PtIdVecLen,
                                          IPObjectStruct *Cell,
                                          int *CellID);
Esempio n. 13
0
 public static extern void UserTopoSetPoints(UserTopoUnstrctGeomStruct *Ud,
                                             UserTopoUnstrctGeomPtStruct *Pts,
                                             int NumPt,
                                             int MergePts,
                                             int **IndxMap,
                                             int **RealIDMap);
Esempio n. 14
0
 public static extern double UserTopoGetCellRealAttr(UserTopoUnstrctGeomStruct *Ud,
                                                     int CellId,
                                                     byte *AttrName);
Esempio n. 15
0
 public static extern byte *UserTopoGetPointStrAttr(UserTopoUnstrctGeomStruct *Ud,
                                                    int PtId,
                                                    byte *AttrName);
Esempio n. 16
0
 public static extern void UserTopoUnstrctGeomFree(UserTopoUnstrctGeomStruct *Ud);
Esempio n. 17
0
 public static extern IPObjectStruct *UserTopoIdToObject(UserTopoUnstrctGeomStruct *Ud,
                                                         int Id);
Esempio n. 18
0
 public static extern int UserTopoModifyPoint(UserTopoUnstrctGeomStruct *Ud,
                                              int PtId,
                                              UserTopoUnstrctGeomPtStruct *Pt);
Esempio n. 19
0
 public static extern int UserTopoPtsOfCell(UserTopoUnstrctGeomStruct *Ud,
                                            int EntId,
                                            int **PtIds);
Esempio n. 20
0
 public static extern int UserTopoSetPointStrAttrVec(UserTopoUnstrctGeomStruct *Ud,
                                                     int *PtIdVec,
                                                     int NumPtId,
                                                     byte *AttrName,
                                                     byte **AttrValueVec);
Esempio n. 21
0
 public static extern int UserTopoAllEntitiesWithPoint(UserTopoUnstrctGeomStruct *Ud,
                                                       int PtId,
                                                       int **EntIds);
Esempio n. 22
0
 public static extern int UserTopoSetCellIntAttrVec(UserTopoUnstrctGeomStruct *Ud,
                                                    int *CellIdVec,
                                                    int NumCellId,
                                                    byte *AttrName,
                                                    int *AttrValueVec);
Esempio n. 23
0
 public static extern int UserTopoNumOfEntOfType(UserTopoUnstrctGeomStruct *Ud,
                                                 IPObjStructType Type);