2020-06-20 23:32:55 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2022-02-08 12:36:37 +01:00
|
|
|
<class name="MarchingCubesCellData" inherits="Reference" version="3.5">
|
2020-06-20 23:32:55 +02:00
|
|
|
<brief_description>
|
|
|
|
</brief_description>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
<tutorials>
|
|
|
|
</tutorials>
|
|
|
|
<methods>
|
|
|
|
<method name="get_triangle_count" qualifiers="const">
|
2022-02-08 12:36:37 +01:00
|
|
|
<return type="int" />
|
2020-06-20 23:32:55 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="get_vertex_count" qualifiers="const">
|
2022-02-08 12:36:37 +01:00
|
|
|
<return type="int" />
|
2020-06-20 23:32:55 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="get_vertex_index" qualifiers="const">
|
2022-02-08 12:36:37 +01:00
|
|
|
<return type="int" />
|
|
|
|
<argument index="0" name="index" type="int" />
|
2020-06-20 23:32:55 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="set_triangle_count">
|
2022-02-08 12:36:37 +01:00
|
|
|
<return type="void" />
|
|
|
|
<argument index="0" name="value" type="int" />
|
2020-06-20 23:32:55 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="set_vertex_count">
|
2022-02-08 12:36:37 +01:00
|
|
|
<return type="void" />
|
|
|
|
<argument index="0" name="value" type="int" />
|
2020-06-20 23:32:55 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="set_vertex_index">
|
2022-02-08 12:36:37 +01:00
|
|
|
<return type="void" />
|
|
|
|
<argument index="0" name="index" type="int" />
|
|
|
|
<argument index="1" name="value" type="int" />
|
2020-06-20 23:32:55 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
</methods>
|
|
|
|
<constants>
|
|
|
|
</constants>
|
|
|
|
</class>
|