LCOV - code coverage report
Current view: top level - geom - GeometryModifyEngine.cpp (source / functions) Hit Total Coverage
Test: coverage_sk.info Lines: 0 22 0.0 %
Date: 2020-06-30 00:58:45 Functions: 0 11 0.0 %
Branches: 0 0 -

           Branch data     Line data    Source code
       1                 :            : #include "CubitDefines.h"
       2                 :            : #include "GeometryDefines.h"
       3                 :            : #include "CubitVector.hpp"
       4                 :            : 
       5                 :            : #include "GeometryModifyEngine.hpp"
       6                 :            : 
       7                 :          0 : CubitStatus GeometryModifyEngine::split_free_curve( Curve *curve, 
       8                 :            :                                                     DLIList<CubitVector> &split_locations,
       9                 :            :                                                     DLIList<Curve*> &new_curves )
      10                 :            : {
      11                 :          0 :   return CUBIT_FAILURE;
      12                 :            : }
      13                 :            : 
      14                 :          0 : Curve* GeometryModifyEngine::make_elliptical_Curve( TBPoint const* point1,
      15                 :            :                                                     TBPoint const* point2,
      16                 :            :                                                     CubitVector &center_point, 
      17                 :            :                                                     double start_angle,
      18                 :            :                                                     double end_angle,
      19                 :            :                                                     CubitSense sense) const
      20                 :            : {
      21                 :          0 :   return NULL;
      22                 :            : }
      23                 :            : 
      24                 :          0 : CubitStatus GeometryModifyEngine::create_parallelogram_surface( TBPoint *pt1, 
      25                 :            :                                                                 TBPoint *pt2,
      26                 :            :                                                                 TBPoint *pt3,
      27                 :            :                                                                 BodySM *&sheet_body) const
      28                 :            : {
      29                 :          0 :   return CUBIT_FAILURE;
      30                 :            : }
      31                 :            :                                                                 
      32                 :          0 : CubitStatus GeometryModifyEngine::create_rectangle_surface( double width, 
      33                 :            :                                                             double height,
      34                 :            :                                                             CubitVector plane,
      35                 :            :                                                             BodySM *&sheet_body) const
      36                 :            : {
      37                 :          0 :   return CUBIT_FAILURE;
      38                 :            : }
      39                 :            : 
      40                 :          0 : CubitStatus GeometryModifyEngine::create_circle_surface( TBPoint *pt1, 
      41                 :            :                                                          CubitVector center_point,
      42                 :            :                                                          TBPoint *pt3,
      43                 :            :                                                          BodySM *&sheet_body) const
      44                 :            : {
      45                 :          0 :   return CUBIT_FAILURE;
      46                 :            : }
      47                 :            : 
      48                 :          0 : CubitStatus GeometryModifyEngine::create_circle_surface( TBPoint *pt1, 
      49                 :            :                                                          TBPoint *pt3,
      50                 :            :                                                          CubitVector center_point,
      51                 :            :                                                          BodySM *&sheet_body) const
      52                 :            : {
      53                 :          0 :   return CUBIT_FAILURE;
      54                 :            : }
      55                 :            : 
      56                 :          0 : CubitStatus GeometryModifyEngine::create_circle_surface( double radius,  
      57                 :            :                                                          CubitVector plane,
      58                 :            :                                                          BodySM *&sheet_body) const
      59                 :            : {
      60                 :          0 :   return CUBIT_FAILURE; 
      61                 :            : }
      62                 :            : 
      63                 :          0 : CubitStatus GeometryModifyEngine::create_ellipse_surface( TBPoint *pt1, 
      64                 :            :                                                           TBPoint *pt3,
      65                 :            :                                                           CubitVector center_point,
      66                 :            :                                                           BodySM *&sheet_body) const
      67                 :            : {
      68                 :          0 :   return CUBIT_FAILURE;
      69                 :            : }
      70                 :            : 
      71                 :          0 : CubitStatus GeometryModifyEngine::create_ellipse_surface( double major_radius, 
      72                 :            :                                                           double minor_radius, 
      73                 :            :                                                           CubitVector plane, 
      74                 :            :                                                           BodySM *&sheet_body) const
      75                 :            : {
      76                 :          0 :   return CUBIT_FAILURE;
      77                 :            : }
      78                 :            : 
      79                 :          0 : Curve* GeometryModifyEngine::create_curve_helix( CubitVector &location,
      80                 :            :                                                    CubitVector &direction,
      81                 :            :                                                    CubitVector &start_point,
      82                 :            :                                                    double &thread_distance,
      83                 :            :                                                    double &angle,
      84                 :            :                                                    bool right_handed) const
      85                 :            : {
      86                 :          0 :   return NULL;
      87                 :            : }
      88                 :            : 
      89                 :          0 : CubitStatus GeometryModifyEngine::sweep_helical(DLIList<GeometryEntity*>& ref_ent_list,
      90                 :            :                                                 DLIList<BodySM*>& result_body_list,
      91                 :            :                                                 CubitVector &location,
      92                 :            :                                                 CubitVector &direction,
      93                 :            :                                                 double &thread_distance,
      94                 :            :                                                 double &angle,
      95                 :            :                                                 bool right_handed,
      96                 :            :                                                 bool anchor_entity,
      97                 :            :                                                 bool keep_old ) const
      98                 :            : {
      99                 :          0 :  return CUBIT_FAILURE;
     100                 :            : }
     101                 :            : 

Generated by: LCOV version 1.11