Changeset 19453

Show
Ignore:
Timestamp:
11/10/06 14:58:34 (2 years ago)
Author:
patrick
Message:

Removed C++ code (and corresonding P/Invoke C# code) that fails due to
compile-time assertions. The templates used to generate these files need to
updated to avoid regeneratin these constructors and methods that cannot be
compiled.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • vrj.net/trunk/src/gmtl_bridge_cpp/gmtl_Matrix33d.cpp

    r15541 r19453  
    3737 
    3838   // Wrapper for non-virtual method gmtl::Matrix<double,3,3>::set() 
    39    SHARPPY_API void gmtl_Matrix_double_3_3__set__double_double_double_double4(gmtl::Matrix33d* self_, double p0, double p1, double p2, double p3) 
    40    { 
    41       self_->set(p0, p1, p2, p3); 
    42    } 
    43  
    44  
    45    // Wrapper for non-virtual method gmtl::Matrix<double,3,3>::set() 
    46    SHARPPY_API void gmtl_Matrix_double_3_3__set__double_double_double_double_double_double6(gmtl::Matrix33d* self_, double p0, double p1, double p2, double p3, double p4, double p5) 
    47    { 
    48       self_->set(p0, p1, p2, p3, p4, p5); 
    49    } 
    50  
    51  
    52    // Wrapper for non-virtual method gmtl::Matrix<double,3,3>::set() 
    5339   SHARPPY_API void gmtl_Matrix_double_3_3__set__double_double_double_double_double_double_double_double_double9(gmtl::Matrix33d* self_, double p0, double p1, double p2, double p3, double p4, double p5, double p6, double p7, double p8) 
    5440   { 
    5541      self_->set(p0, p1, p2, p3, p4, p5, p6, p7, p8); 
    56    } 
    57  
    58  
    59    // Wrapper for non-virtual method gmtl::Matrix<double,3,3>::set() 
    60    SHARPPY_API void gmtl_Matrix_double_3_3__set__double_double_double_double_double_double_double_double_double_double_double_double12(gmtl::Matrix33d* self_, double p0, double p1, double p2, double p3, double p4, double p5, double p6, double p7, double p8, double p9, double p10, double p11) 
    61    { 
    62       self_->set(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11); 
    63    } 
    64  
    65  
    66    // Wrapper for non-virtual method gmtl::Matrix<double,3,3>::set() 
    67    SHARPPY_API void gmtl_Matrix_double_3_3__set__double_double_double_double_double_double_double_double_double_double_double_double_double_double_double_double16(gmtl::Matrix33d* self_, double p0, double p1, double p2, double p3, double p4, double p5, double p6, double p7, double p8, double p9, double p10, double p11, double p12, double p13, double p14, double p15) 
    68    { 
    69       self_->set(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14, p15); 
    7042   } 
    7143 
  • vrj.net/trunk/src/gmtl_bridge_cpp/gmtl_Matrix33f.cpp

    r15541 r19453  
    3636   } 
    3737 
    38    // Wrapper for non-virtual method gmtl::Matrix<float,3,3>::set() 
    39    SHARPPY_API void gmtl_Matrix_float_3_3__set__float_float_float_float4(gmtl::Matrix33f* self_, float p0, float p1, float p2, float p3) 
    40    { 
    41       self_->set(p0, p1, p2, p3); 
    42    } 
    43  
    44  
    45    // Wrapper for non-virtual method gmtl::Matrix<float,3,3>::set() 
    46    SHARPPY_API void gmtl_Matrix_float_3_3__set__float_float_float_float_float_float6(gmtl::Matrix33f* self_, float p0, float p1, float p2, float p3, float p4, float p5) 
    47    { 
    48       self_->set(p0, p1, p2, p3, p4, p5); 
    49    } 
    50  
    5138 
    5239   // Wrapper for non-virtual method gmtl::Matrix<float,3,3>::set() 
     
    5441   { 
    5542      self_->set(p0, p1, p2, p3, p4, p5, p6, p7, p8); 
    56    } 
    57  
    58  
    59    // Wrapper for non-virtual method gmtl::Matrix<float,3,3>::set() 
    60    SHARPPY_API void gmtl_Matrix_float_3_3__set__float_float_float_float_float_float_float_float_float_float_float_float12(gmtl::Matrix33f* self_, float p0, float p1, float p2, float p3, float p4, float p5, float p6, float p7, float p8, float p9, float p10, float p11) 
    61    { 
    62       self_->set(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11); 
    63    } 
    64  
    65  
    66    // Wrapper for non-virtual method gmtl::Matrix<float,3,3>::set() 
    67    SHARPPY_API void gmtl_Matrix_float_3_3__set__float_float_float_float_float_float_float_float_float_float_float_float_float_float_float_float16(gmtl::Matrix33f* self_, float p0, float p1, float p2, float p3, float p4, float p5, float p6, float p7, float p8, float p9, float p10, float p11, float p12, float p13, float p14, float p15) 
    68    { 
    69       self_->set(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14, p15); 
    7043   } 
    7144 
  • vrj.net/trunk/src/gmtl_bridge_cpp/gmtl_Matrix44d.cpp

    r15541 r19453  
    3434   { 
    3535      delete self_; 
    36    } 
    37  
    38    // Wrapper for non-virtual method gmtl::Matrix<double,4,4>::set() 
    39    SHARPPY_API void gmtl_Matrix_double_4_4__set__double_double_double_double4(gmtl::Matrix44d* self_, double p0, double p1, double p2, double p3) 
    40    { 
    41       self_->set(p0, p1, p2, p3); 
    42    } 
    43  
    44  
    45    // Wrapper for non-virtual method gmtl::Matrix<double,4,4>::set() 
    46    SHARPPY_API void gmtl_Matrix_double_4_4__set__double_double_double_double_double_double6(gmtl::Matrix44d* self_, double p0, double p1, double p2, double p3, double p4, double p5) 
    47    { 
    48       self_->set(p0, p1, p2, p3, p4, p5); 
    49    } 
    50  
    51  
    52    // Wrapper for non-virtual method gmtl::Matrix<double,4,4>::set() 
    53    SHARPPY_API void gmtl_Matrix_double_4_4__set__double_double_double_double_double_double_double_double_double9(gmtl::Matrix44d* self_, double p0, double p1, double p2, double p3, double p4, double p5, double p6, double p7, double p8) 
    54    { 
    55       self_->set(p0, p1, p2, p3, p4, p5, p6, p7, p8); 
    56    } 
    57  
    58  
    59    // Wrapper for non-virtual method gmtl::Matrix<double,4,4>::set() 
    60    SHARPPY_API void gmtl_Matrix_double_4_4__set__double_double_double_double_double_double_double_double_double_double_double_double12(gmtl::Matrix44d* self_, double p0, double p1, double p2, double p3, double p4, double p5, double p6, double p7, double p8, double p9, double p10, double p11) 
    61    { 
    62       self_->set(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11); 
    6336   } 
    6437 
  • vrj.net/trunk/src/gmtl_bridge_cpp/gmtl_Matrix44f.cpp

    r15541 r19453  
    3434   { 
    3535      delete self_; 
    36    } 
    37  
    38    // Wrapper for non-virtual method gmtl::Matrix<float,4,4>::set() 
    39    SHARPPY_API void gmtl_Matrix_float_4_4__set__float_float_float_float4(gmtl::Matrix44f* self_, float p0, float p1, float p2, float p3) 
    40    { 
    41       self_->set(p0, p1, p2, p3); 
    42    } 
    43  
    44  
    45    // Wrapper for non-virtual method gmtl::Matrix<float,4,4>::set() 
    46    SHARPPY_API void gmtl_Matrix_float_4_4__set__float_float_float_float_float_float6(gmtl::Matrix44f* self_, float p0, float p1, float p2, float p3, float p4, float p5) 
    47    { 
    48       self_->set(p0, p1, p2, p3, p4, p5); 
    49    } 
    50  
    51  
    52    // Wrapper for non-virtual method gmtl::Matrix<float,4,4>::set() 
    53    SHARPPY_API void gmtl_Matrix_float_4_4__set__float_float_float_float_float_float_float_float_float9(gmtl::Matrix44f* self_, float p0, float p1, float p2, float p3, float p4, float p5, float p6, float p7, float p8) 
    54    { 
    55       self_->set(p0, p1, p2, p3, p4, p5, p6, p7, p8); 
    56    } 
    57  
    58  
    59    // Wrapper for non-virtual method gmtl::Matrix<float,4,4>::set() 
    60    SHARPPY_API void gmtl_Matrix_float_4_4__set__float_float_float_float_float_float_float_float_float_float_float_float12(gmtl::Matrix44f* self_, float p0, float p1, float p2, float p3, float p4, float p5, float p6, float p7, float p8, float p9, float p10, float p11) 
    61    { 
    62       self_->set(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11); 
    6336   } 
    6437 
  • vrj.net/trunk/src/gmtl_bridge_cpp/gmtl_Point2d.cpp

    r15541 r19453  
    4646   } 
    4747 
    48    // Constructor wrapper. 
    49    SHARPPY_API gmtl::Point2d* gmtl_Point_double_2__Point__double_double_double3(const double p0, const double p1, const double p2) 
    50    { 
    51       gmtl::Point2d* obj = new gmtl::Point2d(p0, p1, p2); 
    52       return obj; 
    53    } 
    54  
    55    // Constructor wrapper. 
    56    SHARPPY_API gmtl::Point2d* gmtl_Point_double_2__Point__double_double_double_double4(const double p0, const double p1, const double p2, const double p3) 
    57    { 
    58       gmtl::Point2d* obj = new gmtl::Point2d(p0, p1, p2, p3); 
    59       return obj; 
    60    } 
    61  
    6248   SHARPPY_API void delete_gmtl_Point2d(gmtl::Point2d* self_) 
    6349   { 
  • vrj.net/trunk/src/gmtl_bridge_cpp/gmtl_Point2f.cpp

    r15541 r19453  
    4646   } 
    4747 
    48    // Constructor wrapper. 
    49    SHARPPY_API gmtl::Point2f* gmtl_Point_float_2__Point__float_float_float3(const float p0, const float p1, const float p2) 
    50    { 
    51       gmtl::Point2f* obj = new gmtl::Point2f(p0, p1, p2); 
    52       return obj; 
    53    } 
    54  
    55    // Constructor wrapper. 
    56    SHARPPY_API gmtl::Point2f* gmtl_Point_float_2__Point__float_float_float_float4(const float p0, const float p1, const float p2, const float p3) 
    57    { 
    58       gmtl::Point2f* obj = new gmtl::Point2f(p0, p1, p2, p3); 
    59       return obj; 
    60    } 
    61  
    6248   SHARPPY_API void delete_gmtl_Point2f(gmtl::Point2f* self_) 
    6349   { 
  • vrj.net/trunk/src/gmtl_bridge_cpp/gmtl_Point2i.cpp

    r15541 r19453  
    4646   } 
    4747 
    48    // Constructor wrapper. 
    49    SHARPPY_API gmtl::Point2i* gmtl_Point_int_2__Point__int_int_int3(const int p0, const int p1, const int p2) 
    50    { 
    51       gmtl::Point2i* obj = new gmtl::Point2i(p0, p1, p2); 
    52       return obj; 
    53    } 
    54  
    55    // Constructor wrapper. 
    56    SHARPPY_API gmtl::Point2i* gmtl_Point_int_2__Point__int_int_int_int4(const int p0, const int p1, const int p2, const int p3) 
    57    { 
    58       gmtl::Point2i* obj = new gmtl::Point2i(p0, p1, p2, p3); 
    59       return obj; 
    60    } 
    61  
    6248   SHARPPY_API void delete_gmtl_Point2i(gmtl::Point2i* self_) 
    6349   { 
  • vrj.net/trunk/src/gmtl_bridge_cpp/gmtl_Point3d.cpp

    r15541 r19453  
    4040 
    4141   // Constructor wrapper. 
    42    SHARPPY_API gmtl::Point3d* gmtl_Point_double_3__Point__double_double2(const double p0, const double p1) 
    43    { 
    44       gmtl::Point3d* obj = new gmtl::Point3d(p0, p1); 
    45       return obj; 
    46    } 
    47  
    48    // Constructor wrapper. 
    4942   SHARPPY_API gmtl::Point3d* gmtl_Point_double_3__Point__double_double_double3(const double p0, const double p1, const double p2) 
    5043   { 
    5144      gmtl::Point3d* obj = new gmtl::Point3d(p0, p1, p2); 
    52       return obj; 
    53    } 
    54  
    55    // Constructor wrapper. 
    56    SHARPPY_API gmtl::Point3d* gmtl_Point_double_3__Point__double_double_double_double4(const double p0, const double p1, const double p2, const double p3) 
    57    { 
    58       gmtl::Point3d* obj = new gmtl::Point3d(p0, p1, p2, p3); 
    5945      return obj; 
    6046   } 
  • vrj.net/trunk/src/gmtl_bridge_cpp/gmtl_Point3f.cpp

    r15541 r19453  
    4040 
    4141   // Constructor wrapper. 
    42    SHARPPY_API gmtl::Point3f* gmtl_Point_float_3__Point__float_float2(const float p0, const float p1) 
    43    { 
    44       gmtl::Point3f* obj = new gmtl::Point3f(p0, p1); 
    45       return obj; 
    46    } 
    47  
    48    // Constructor wrapper. 
    4942   SHARPPY_API gmtl::Point3f* gmtl_Point_float_3__Point__float_float_float3(const float p0, const float p1, const float p2) 
    5043   { 
    5144      gmtl::Point3f* obj = new gmtl::Point3f(p0, p1, p2); 
    52       return obj; 
    53    } 
    54  
    55    // Constructor wrapper. 
    56    SHARPPY_API gmtl::Point3f* gmtl_Point_float_3__Point__float_float_float_float4(const float p0, const float p1, const float p2, const float p3) 
    57    { 
    58       gmtl::Point3f* obj = new gmtl::Point3f(p0, p1, p2, p3); 
    5945      return obj; 
    6046   } 
  • vrj.net/trunk/src/gmtl_bridge_cpp/gmtl_Point3i.cpp

    r15541 r19453  
    4040 
    4141   // Constructor wrapper. 
    42    SHARPPY_API gmtl::Point3i* gmtl_Point_int_3__Point__int_int2(const int p0, const int p1) 
    43    { 
    44       gmtl::Point3i* obj = new gmtl::Point3i(p0, p1); 
    45       return obj; 
    46    } 
    47  
    48    // Constructor wrapper. 
    4942   SHARPPY_API gmtl::Point3i* gmtl_Point_int_3__Point__int_int_int3(const int p0, const int p1, const int p2) 
    5043   { 
    5144      gmtl::Point3i* obj = new gmtl::Point3i(p0, p1, p2); 
    52       return obj; 
    53    } 
    54  
    55    // Constructor wrapper. 
    56    SHARPPY_API gmtl::Point3i* gmtl_Point_int_3__Point__int_int_int_int4(const int p0, const int p1, const int p2, const int p3) 
    57    { 
    58       gmtl::Point3i* obj = new gmtl::Point3i(p0, p1, p2, p3); 
    5945      return obj; 
    6046   } 
  • vrj.net/trunk/src/gmtl_bridge_cpp/gmtl_Point4d.cpp

    r15541 r19453  
    4040 
    4141   // Constructor wrapper. 
    42    SHARPPY_API gmtl::Point4d* gmtl_Point_double_4__Point__double_double2(const double p0, const double p1) 
    43    { 
    44       gmtl::Point4d* obj = new gmtl::Point4d(p0, p1); 
    45       return obj; 
    46    } 
    47  
    48    // Constructor wrapper. 
    49    SHARPPY_API gmtl::Point4d* gmtl_Point_double_4__Point__double_double_double3(const double p0, const double p1, const double p2) 
    50    { 
    51       gmtl::Point4d* obj = new gmtl::Point4d(p0, p1, p2); 
    52       return obj; 
    53    } 
    54  
    55    // Constructor wrapper. 
    5642   SHARPPY_API gmtl::Point4d* gmtl_Point_double_4__Point__double_double_double_double4(const double p0, const double p1, const double p2, const double p3) 
    5743   { 
  • vrj.net/trunk/src/gmtl_bridge_cpp/gmtl_Point4f.cpp

    r15541 r19453  
    4040 
    4141   // Constructor wrapper. 
    42    SHARPPY_API gmtl::Point4f* gmtl_Point_float_4__Point__float_float2(const float p0, const float p1) 
    43    { 
    44       gmtl::Point4f* obj = new gmtl::Point4f(p0, p1); 
    45       return obj; 
    46    } 
    47  
    48    // Constructor wrapper. 
    49    SHARPPY_API gmtl::Point4f* gmtl_Point_float_4__Point__float_float_float3(const float p0, const float p1, const float p2) 
    50    { 
    51       gmtl::Point4f* obj = new gmtl::Point4f(p0, p1, p2); 
    52       return obj; 
    53    } 
    54  
    55    // Constructor wrapper. 
    5642   SHARPPY_API gmtl::Point4f* gmtl_Point_float_4__Point__float_float_float_float4(const float p0, const float p1, const float p2, const float p3) 
    5743   { 
  • vrj.net/trunk/src/gmtl_bridge_cpp/gmtl_Point4i.cpp

    r15541 r19453  
    4040 
    4141   // Constructor wrapper. 
    42    SHARPPY_API gmtl::Point4i* gmtl_Point_int_4__Point__int_int2(const int p0, const int p1) 
    43    { 
    44       gmtl::Point4i* obj = new gmtl::Point4i(p0, p1); 
    45       return obj; 
    46    } 
    47  
    48    // Constructor wrapper. 
    49    SHARPPY_API gmtl::Point4i* gmtl_Point_int_4__Point__int_int_int3(const int p0, const int p1, const int p2) 
    50    { 
    51       gmtl::Point4i* obj = new gmtl::Point4i(p0, p1, p2); 
    52       return obj; 
    53    } 
    54  
    55    // Constructor wrapper. 
    5642   SHARPPY_API gmtl::Point4i* gmtl_Point_int_4__Point__int_int_int_int4(const int p0, const int p1, const int p2, const int p3) 
    5743   { 
  • vrj.net/trunk/src/gmtl_bridge_cpp/gmtl_Vec3d.cpp

    r15541 r19453  
    4040 
    4141   // Constructor wrapper. 
    42    SHARPPY_API gmtl::Vec3d* gmtl_Vec_double_3__Vec__double_double2(const double p0, const double p1) 
    43    { 
    44       gmtl::Vec3d* obj = new gmtl::Vec3d(p0, p1); 
    45       return obj; 
    46    } 
    47  
    48    // Constructor wrapper. 
    4942   SHARPPY_API gmtl::Vec3d* gmtl_Vec_double_3__Vec__double_double_double3(const double p0, const double p1, const double p2) 
    5043   { 
    5144      gmtl::Vec3d* obj = new gmtl::Vec3d(p0, p1, p2); 
    52       return obj; 
    53    } 
    54  
    55    // Constructor wrapper. 
    56    SHARPPY_API gmtl::Vec3d* gmtl_Vec_double_3__Vec__double_double_double_double4(const double p0, const double p1, const double p2, const double p3) 
    57    { 
    58       gmtl::Vec3d* obj = new gmtl::Vec3d(p0, p1, p2, p3); 
    5945      return obj; 
    6046   } 
  • vrj.net/trunk/src/gmtl_bridge_cpp/gmtl_Vec3f.cpp

    r15541 r19453  
    4040 
    4141   // Constructor wrapper. 
    42    SHARPPY_API gmtl::Vec3f* gmtl_Vec_float_3__Vec__float_float2(const float p0, const float p1) 
    43    { 
    44       gmtl::Vec3f* obj = new gmtl::Vec3f(p0, p1); 
    45       return obj; 
    46    } 
    47  
    48    // Constructor wrapper. 
    4942   SHARPPY_API gmtl::Vec3f* gmtl_Vec_float_3__Vec__float_float_float3(const float p0, const float p1, const float p2) 
    5043   { 
    5144      gmtl::Vec3f* obj = new gmtl::Vec3f(p0, p1, p2); 
    52       return obj; 
    53    } 
    54  
    55    // Constructor wrapper. 
    56    SHARPPY_API gmtl::Vec3f* gmtl_Vec_float_3__Vec__float_float_float_float4(const float p0, const float p1, const float p2, const float p3) 
    57    { 
    58       gmtl::Vec3f* obj = new gmtl::Vec3f(p0, p1, p2, p3); 
    5945      return obj; 
    6046   } 
  • vrj.net/trunk/src/gmtl_bridge_cpp/gmtl_Vec3i.cpp

    r15541 r19453  
    4040 
    4141   // Constructor wrapper. 
    42    SHARPPY_API gmtl::Vec3i* gmtl_Vec_int_3__Vec__int_int2(const int p0, const int p1) 
    43    { 
    44       gmtl::Vec3i* obj = new gmtl::Vec3i(p0, p1); 
    45       return obj; 
    46    } 
    47  
    48    // Constructor wrapper. 
    4942   SHARPPY_API gmtl::Vec3i* gmtl_Vec_int_3__Vec__int_int_int3(const int p0, const int p1, const int p2) 
    5043   { 
    5144      gmtl::Vec3i* obj = new gmtl::Vec3i(p0, p1, p2); 
    52       return obj; 
    53    } 
    54  
    55    // Constructor wrapper. 
    56    SHARPPY_API gmtl::Vec3i* gmtl_Vec_int_3__Vec__int_int_int_int4(const int p0, const int p1, const int p2, const int p3) 
    57    { 
    58       gmtl::Vec3i* obj = new gmtl::Vec3i(p0, p1, p2, p3); 
    5945      return obj; 
    6046   } 
  • vrj.net/trunk/src/gmtl_bridge_cpp/gmtl_Vec4d.cpp

    r15541 r19453  
    4040 
    4141   // Constructor wrapper. 
    42    SHARPPY_API gmtl::Vec4d* gmtl_Vec_double_4__Vec__double_double2(const double p0, const double p1) 
    43    { 
    44       gmtl::Vec4d* obj = new gmtl::Vec4d(p0, p1); 
    45       return obj; 
    46    } 
    47  
    48    // Constructor wrapper. 
    49    SHARPPY_API gmtl::Vec4d* gmtl_Vec_double_4__Vec__double_double_double3(const double p0, const double p1, const double p2) 
    50    { 
    51       gmtl::Vec4d* obj = new gmtl::Vec4d(p0, p1, p2); 
    52       return obj; 
    53    } 
    54  
    55    // Constructor wrapper. 
    5642   SHARPPY_API gmtl::Vec4d* gmtl_Vec_double_4__Vec__double_double_double_double4(const double p0, const double p1, const double p2, const double p3) 
    5743   { 
  • vrj.net/trunk/src/gmtl_bridge_cpp/gmtl_Vec4f.cpp

    r15541 r19453  
    4040 
    4141   // Constructor wrapper. 
    42    SHARPPY_API gmtl::Vec4f* gmtl_Vec_float_4__Vec__float_float2(const float p0, const float p1) 
    43    { 
    44       gmtl::Vec4f* obj = new gmtl::Vec4f(p0, p1); 
    45       return obj; 
    46    } 
    47  
    48    // Constructor wrapper. 
    49    SHARPPY_API gmtl::Vec4f* gmtl_Vec_float_4__Vec__float_float_float3(const float p0, const float p1, const float p2) 
    50    { 
    51       gmtl::Vec4f* obj = new gmtl::Vec4f(p0, p1, p2); 
    52       return obj; 
    53    } 
    54  
    55    // Constructor wrapper. 
    5642   SHARPPY_API gmtl::Vec4f* gmtl_Vec_float_4__Vec__float_float_float_float4(const float p0, const float p1, const float p2, const float p3) 
    5743   { 
  • vrj.net/trunk/src/gmtl_bridge_cpp/gmtl_Vec4i.cpp

    r15541 r19453  
    4040 
    4141   // Constructor wrapper. 
    42    SHARPPY_API gmtl::Vec4i* gmtl_Vec_int_4__Vec__int_int2(const int p0, const int p1) 
    43    { 
    44       gmtl::Vec4i* obj = new gmtl::Vec4i(p0, p1); 
    45       return obj; 
    46    } 
    47  
    48    // Constructor wrapper. 
    49    SHARPPY_API gmtl::Vec4i* gmtl_Vec_int_4__Vec__int_int_int3(const int p0, const int p1, const int p2) 
    50    { 
    51       gmtl::Vec4i* obj = new gmtl::Vec4i(p0, p1, p2); 
    52       return obj; 
    53    } 
    54  
    55    // Constructor wrapper. 
    5642   SHARPPY_API gmtl::Vec4i* gmtl_Vec_int_4__Vec__int_int_int_int4(const int p0, const int p1, const int p2, const int p3) 
    5743   { 
  • vrj.net/trunk/src/gmtl_bridge_cpp/gmtl_VecBase_double_2.cpp

    r15541 r19453  
    3838   } 
    3939 
    40    // Constructor wrapper. 
    41    SHARPPY_API gmtl::VecBase<double,2>* gmtl_VecBase_double_2__VecBase__double_double_double3(const double p0, const double p1, const double p2) 
    42    { 
    43       gmtl::VecBase<double,2>* obj = new gmtl::VecBase<double,2>(p0, p1, p2); 
    44       return obj; 
    45    } 
    46  
    47    // Constructor wrapper. 
    48    SHARPPY_API gmtl::VecBase<double,2>* gmtl_VecBase_double_2__VecBase__double_double_double_double4(const double p0, const double p1, const double p2, const double p3) 
    49    { 
    50       gmtl::VecBase<double,2>* obj = new gmtl::VecBase<double,2>(p0, p1, p2, p3); 
    51       return obj; 
    52    } 
    53  
    5440   SHARPPY_API void delete_gmtl_VecBase_double_2(gmtl::VecBase<double,2>* self_) 
    5541   { 
     
    6349   } 
    6450 
    65 /* 
    66    // Wrapper for non-virtual method gmtl::VecBase<double,2>::set() 
    67    SHARPPY_API void gmtl_VecBase_double_2__set__double1(gmtl::VecBase<double,2>* self_, const double p0) 
    68    { 
    69       self_->set(p0); 
    70    } 
    71 */ 
    7251 
    7352   // Wrapper for non-virtual method gmtl::VecBase<double,2>::set() 
     
    7554   { 
    7655      self_->set(p0, p1); 
    77    } 
    78  
    79  
    80    // Wrapper for non-virtual method gmtl::VecBase<double,2>::set() 
    81    SHARPPY_API void gmtl_VecBase_double_2__set__double_double_double3(gmtl::VecBase<double,2>* self_, const double p0, const double p1, const double p2) 
    82    { 
    83       self_->set(p0, p1, p2); 
    84    } 
    85  
    86  
    87    // Wrapper for non-virtual method gmtl::VecBase<double,2>::set() 
    88    SHARPPY_API void gmtl_VecBase_double_2__set__double_double_double_double4(gmtl::VecBase<double,2>* self_, const double p0, const double p1, const double p2, const double p3) 
    89    { 
    90       self_->set(p0, p1, p2, p3); 
    9156   } 
    9257 
  • vrj.net/trunk/src/gmtl_bridge_cpp/gmtl_VecBase_double_3.cpp

    r15541 r19453  
    3232 
    3333   // Constructor wrapper. 
    34    SHARPPY_API gmtl::VecBase<double,3>* gmtl_VecBase_double_3__VecBase__double_double2(const double p0, const double p1) 
    35    { 
    36       gmtl::VecBase<double,3>* obj = new gmtl::VecBase<double,3>(p0, p1); 
    37       return obj; 
    38    } 
    39  
    40    // Constructor wrapper. 
    4134   SHARPPY_API gmtl::VecBase<double,3>* gmtl_VecBase_double_3__VecBase__double_double_double3(const double p0, const double p1, const double p2) 
    4235   { 
    4336      gmtl::VecBase<double,3>* obj = new gmtl::VecBase<double,3>(p0, p1, p2); 
    44       return obj; 
    45    } 
    46  
    47    // Constructor wrapper. 
    48    SHARPPY_API gmtl::VecBase<double,3>* gmtl_VecBase_double_3__VecBase__double_double_double_double4(const double p0, const double p1, const double p2, const double p3) 
    49    { 
    50       gmtl::VecBase<double,3>* obj = new gmtl::VecBase<double,3>(p0, p1, p2, p3); 
    5137      return obj; 
    5238   } 
     
    6349   } 
    6450 
    65 /* 
    66    // Wrapper for non-virtual method gmtl::VecBase<double,3>::set() 
    67    SHARPPY_API void gmtl_VecBase_double_3__set__double1(gmtl::VecBase<double,3>* self_, const double p0) 
    68    { 
    69       self_->set(p0); 
    70    } 
    71 */ 
    72  
    73    // Wrapper for non-virtual method gmtl::VecBase<double,3>::set() 
    74    SHARPPY_API void gmtl_VecBase_double_3__set__double_double2(gmtl::VecBase<double,3>* self_, const double p0, const double p1) 
    75    { 
    76       self_->set(p0, p1); 
    77    } 
    78  
    7951 
    8052   // Wrapper for non-virtual method gmtl::VecBase<double,3>::set() 
     
    8254   { 
    8355      self_->set(p0, p1, p2); 
    84    } 
    85  
    86  
    87    // Wrapper for non-virtual method gmtl::VecBase<double,3>::set() 
    88    SHARPPY_API void gmtl_VecBase_double_3__set__double_double_double_double4(gmtl::VecBase<double,3>* self_, const double p0, const double p1, const double p2, const double p3) 
    89    { 
    90       self_->set(p0, p1, p2, p3); 
    9156   } 
    9257 
  • vrj.net/trunk/src/gmtl_bridge_cpp/gmtl_VecBase_double_4.cpp

    r15541 r19453  
    3232 
    3333   // Constructor wrapper. 
    34    SHARPPY_API gmtl::VecBase<double,4>* gmtl_VecBase_double_4__VecBase__double_double2(const double p0, const double p1) 
    35    { 
    36       gmtl::VecBase<double,4>* obj = new gmtl::VecBase<double,4>(p0, p1); 
    37       return obj; 
    38    } 
    39  
    40    // Constructor wrapper. 
    41    SHARPPY_API gmtl::VecBase<double,4>* gmtl_VecBase_double_4__VecBase__double_double_double3(const double p0, const double p1, const double p2) 
    42    { 
    43       gmtl::VecBase<double,4>* obj = new gmtl::VecBase<double,4>(p0, p1, p2); 
    44       return obj; 
    45    } 
    46  
    47    // Constructor wrapper. 
    4834   SHARPPY_API gmtl::VecBase<double,4>* gmtl_VecBase_double_4__VecBase__double_double_double_double4(const double p0, const double p1, const double p2, const double p3) 
    4935   { 
     
    6248      self_->set(p0); 
    6349   } 
    64  
    65 /* 
    66    // Wrapper for non-virtual method gmtl::VecBase<double,4>::set() 
    67    SHARPPY_API void gmtl_VecBase_double_4__set__double1(gmtl::VecBase<double,4>* self_, const double p0) 
    68    { 
    69       self_->set(p0); 
    70    } 
    71 */ 
    72  
    73    // Wrapper for non-virtual method gmtl::VecBase<double,4>::set() 
    74    SHARPPY_API void gmtl_VecBase_double_4__set__double_double2(gmtl::VecBase<double,4>* self_, const double p0, const double p1) 
    75    { 
    76       self_->set(p0, p1); 
    77    } 
    78  
    79  
    80    // Wrapper for non-virtual method gmtl::VecBase<double,4>::set() 
    81    SHARPPY_API void gmtl_VecBase_double_4__set__double_double_double3(gmtl::VecBase<double,4>* self_, const double p0, const double p1, const double p2) 
    82    { 
    83       self_->set(p0, p1, p2); 
    84    } 
    85  
    8650 
    8751   // Wrapper for non-virtual method gmtl::VecBase<double,4>::set() 
  • vrj.net/trunk/src/gmtl_bridge_cpp/gmtl_VecBase_float_2.cpp

    r15541 r19453  
    3838   } 
    3939 
    40    // Constructor wrapper. 
    41    SHARPPY_API gmtl::VecBase<float,2>* gmtl_VecBase_float_2__VecBase__float_float_float3(const float p0, const float p1, const float p2) 
    42    { 
    43       gmtl::VecBase<float,2>* obj = new gmtl::VecBase<float,2>(p0, p1, p2); 
    44       return obj; 
    45    } 
    46  
    47    // Constructor wrapper. 
    48    SHARPPY_API gmtl::VecBase<float,2>* gmtl_VecBase_float_2__VecBase__float_float_float_float4(const float p0, const float p1, const float p2, const float p3) 
    49    { 
    50       gmtl::VecBase<float,2>* obj = new gmtl::VecBase<float,2>(p0, p1, p2, p3); 
    51       return obj; 
    52    } 
    53  
    5440   SHARPPY_API void delete_gmtl_VecBase_float_2(gmtl::VecBase<float,2>* self_) 
    5541   { 
     
    6349   } 
    6450 
    65 /* 
    66    // Wrapper for non-virtual method gmtl::VecBase<float,2>::set() 
    67    SHARPPY_API void gmtl_VecBase_float_2__set__float1(gmtl::VecBase<float,2>* self_, const float p0) 
    68    { 
    69       self_->set(p0); 
    70    } 
    71 */ 
    7251 
    7352   // Wrapper for non-virtual method gmtl::VecBase<float,2>::set() 
     
    7554   { 
    7655      self_->set(p0, p1); 
    77    } 
    78  
    79  
    80    // Wrapper for non-virtual method gmtl::VecBase<float,2>::set() 
    81    SHARPPY_API void gmtl_VecBase_float_2__set__float_float_float3(gmtl::VecBase<float,2>* self_, const float p0, const float p1, const float p2) 
    82    { 
    83       self_->set(p0, p1, p2); 
    84    } 
    85  
    86  
    87    // Wrapper for non-virtual method gmtl::VecBase<float,2>::set() 
    88    SHARPPY_API void gmtl_VecBase_float_2__set__float_float_float_float4(gmtl::VecBase<float,2>* self_, const float p0, const float p1, const float p2, const float p3) 
    89    { 
    90       self_->set(p0, p1, p2, p3); 
    9156   } 
    9257 
  • vrj.net/trunk/src/gmtl_bridge_cpp/gmtl_VecBase_float_3.cpp

    r15541 r19453  
    3232 
    3333   // Constructor wrapper. 
    34    SHARPPY_API gmtl::VecBase<float,3>* gmtl_VecBase_float_3__VecBase__float_float2(const float p0, const float p1) 
    35    { 
    36       gmtl::VecBase<float,3>* obj = new gmtl::VecBase<float,3>(p0, p1); 
    37       return obj; 
    38    } 
    39  
    40    // Constructor wrapper. 
    4134   SHARPPY_API gmtl::VecBase<float,3>* gmtl_VecBase_float_3__VecBase__float_float_float3(const float p0, const float p1, const float p2) 
    4235   { 
    4336      gmtl::VecBase<float,3>* obj = new gmtl::VecBase<float,3>(p0, p1, p2); 
    44       return obj; 
    45    } 
    46  
    47    // Constructor wrapper. 
    48    SHARPPY_API gmtl::VecBase<float,3>* gmtl_VecBase_float_3__VecBase__float_float_float_float4(const float p0, const float p1, const float p2, const float p3) 
    49    { 
    50       gmtl::VecBase<float,3>* obj = new gmtl::VecBase<float,3>(p0, p1, p2, p3); 
    5137      return obj; 
    5238   } 
     
    6349   } 
    6450 
    65 /* 
    66    // Wrapper for non-virtual method gmtl::VecBase<float,3>::set() 
    67    SHARPPY_API void gmtl_VecBase_float_3__set__float1(gmtl::VecBase<float,3>* self_, const float p0) 
    68    { 
    69       self_->set(p0); 
    70    } 
    71 */ 
    72  
    73    // Wrapper for non-virtual method gmtl::VecBase<float,3>::set() 
    74    SHARPPY_API void gmtl_VecBase_float_3__set__float_float2(gmtl::VecBase<float,3>* self_, const float p0, const float p1) 
    75    { 
    76       self_->set(p0, p1); 
    77    } 
    78  
    7951 
    8052   // Wrapper for non-virtual method gmtl::VecBase<float,3>::set() 
     
    8254   { 
    8355      self_->set(p0, p1, p2); 
    84    } 
    85  
    86</