xref: /trunk/main/basegfx/test/basegfx3d.cxx (revision 131e08e2)
1 /**************************************************************
2  *
3  * Licensed to the Apache Software Foundation (ASF) under one
4  * or more contributor license agreements.  See the NOTICE file
5  * distributed with this work for additional information
6  * regarding copyright ownership.  The ASF licenses this file
7  * to you under the Apache License, Version 2.0 (the
8  * "License"); you may not use this file except in compliance
9  * with the License.  You may obtain a copy of the License at
10  *
11  *   http://www.apache.org/licenses/LICENSE-2.0
12  *
13  * Unless required by applicable law or agreed to in writing,
14  * software distributed under the License is distributed on an
15  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16  * KIND, either express or implied.  See the License for the
17  * specific language governing permissions and limitations
18  * under the License.
19  *
20  *************************************************************/
21 
22 
23 
24 
25 // MARKER(update_precomp.py): autogen include statement, do not remove
26 #include "precompiled_basegfx.hxx"
27 // autogenerated file with codegen.pl
28 
29 #include "preextstl.h"
30 #include "gtest/gtest.h"
31 #include "postextstl.h"
32 
33 namespace basegfx3d
34 {
35 
36 class b3dhommatrix : public ::testing::Test
37 {
38 public:
39     // initialise your test code values here.
SetUp()40     virtual void SetUp()
41     {
42     }
43 
TearDown()44     virtual void TearDown()
45     {
46     }
47 }; // class b3dhommatrix
48 
49 
50 class b3dhompoint : public ::testing::Test
51 {
52 public:
53     // initialise your test code values here.
SetUp()54     virtual void SetUp()
55     {
56     }
57 
TearDown()58     virtual void TearDown()
59     {
60     }
61 }; // class b3dhompoint
62 
63 
64 class b3dpoint : public ::testing::Test
65 {
66 public:
67     // initialise your test code values here.
SetUp()68     virtual void SetUp()
69     {
70     }
71 
TearDown()72     virtual void TearDown()
73     {
74     }
75 }; // class b3dpoint
76 
77 
78 class b3drange : public ::testing::Test
79 {
80 public:
81     // initialise your test code values here.
SetUp()82     virtual void SetUp()
83     {
84     }
85 
TearDown()86     virtual void TearDown()
87     {
88     }
89 }; // class b3drange
90 
91 
92 class b3dtuple : public ::testing::Test
93 {
94 public:
95     // initialise your test code values here.
SetUp()96     virtual void SetUp()
97     {
98     }
99 
TearDown()100     virtual void TearDown()
101     {
102     }
103 }; // class b3dtuple
104 
105 
106 class b3dvector : public ::testing::Test
107 {
108 public:
109     // initialise your test code values here.
SetUp()110     virtual void SetUp()
111     {
112     }
113 
TearDown()114     virtual void TearDown()
115     {
116     }
117 }; // class b3dvector
118 
119 // -----------------------------------------------------------------------------
120 
121 } // namespace basegfx3d
122 
123