public static class Model.FaceIndexSet
extends java.lang.Object
implements java.lang.AutoCloseable
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Modifier | Constructor and Description |
|---|---|
|
FaceIndexSet() |
protected |
FaceIndexSet(long cPtr,
boolean cMemoryOwn) |
|
FaceIndexSet(Model.FaceIndexSet index_set) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index)
Add face index.
|
void |
clear()
Remove all faces from the set.
|
void |
close() |
boolean |
contains(int index)
Check if face set contains specified face index.
|
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(Model.FaceIndexSet obj) |
boolean |
isEmpty()
Check if there are no faces in the set.
|
void |
remove(int index)
Remove face index.
|
protected static long |
swigRelease(Model.FaceIndexSet obj) |
protected FaceIndexSet(long cPtr,
boolean cMemoryOwn)
public FaceIndexSet()
public FaceIndexSet(Model.FaceIndexSet index_set)
protected static long getCPtr(Model.FaceIndexSet obj)
protected static long swigRelease(Model.FaceIndexSet obj)
protected void finalize()
finalize in class java.lang.Objectpublic void delete()
public void close()
close in interface java.lang.AutoCloseablepublic void clear()
public boolean isEmpty()
public void add(int index)
public void remove(int index)
public boolean contains(int index)