VertexElement

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.threed.IIndexedVertexElement

public abstract class VertexElement implements IIndexedVertexElement

Classe base degli elementi vertice. Un tipo di elemento vertice è identificato da VertexElementType. Un VertexElement descrive come l’elemento vertice è mappato su una superficie geometrica e come le informazioni di mappatura sono organizzate in memoria. Un VertexElement contiene Normali, UV o altri tipi di informazioni.

Metodi

MetodoDescrizione
clear()Cancella tutti i dati da questo elemento vertice.
clone(boolean withData)Clona in profondità l’elemento vertex.
equals(Object arg0)
getClass()
getIndices()Ottiene i dati degli indici.
getMappingMode()Restituisce come l’elemento è mappato.
getName()Ottiene il nome.
getReferenceMode()Restituisce come l’elemento è referenziato.
getVertexElementType()Ottiene il tipo del VertexElement
hashCode()
notify()
notifyAll()
setIndices(int[] data)Carica indici
setMappingMode(MappingMode value)Imposta come l’elemento è mappato.
setName(String value)Imposta il nome.
setReferenceMode(ReferenceMode value)Imposta come l’elemento è referenziato.
toString()Rappresentazione stringa dell’elemento vertex.
wait()
wait(long arg0)
wait(long arg0, int arg1)

clear()

public abstract void clear()

Cancella tutti i dati da questo elemento vertice.

clone(boolean withData)

public VertexElement clone(boolean withData)

Clona in profondità l’elemento vertex.

Parameters:

ParametroTipoDescrizione
withDatabooleanClona il vertex con gli array direct e index

Returns: VertexElement

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParametroTipoDescrizione
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getIndices()

public List<Integer> getIndices()

Ottiene i dati degli indici.

Returns: java.util.List<java.lang.Integer> - i dati degli indici

getMappingMode()

public MappingMode getMappingMode()

Restituisce come l’elemento è mappato.

Returns: MappingMode - how the element is mapped.

getName()

public String getName()

Ottiene il nome.

Returns: java.lang.String - il nome.

getReferenceMode()

public ReferenceMode getReferenceMode()

Restituisce come l’elemento è referenziato.

Returns: ReferenceMode - how the element is referenced.

getVertexElementType()

public VertexElementType getVertexElementType()

Ottiene il tipo del VertexElement

Returns: VertexElementType - the type of the VertexElement

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setIndices(int[] data)

public void setIndices(int[] data)

Carica indici

Parameters:

ParametroTipoDescrizione
datiint[]

setMappingMode(MappingMode value)

public void setMappingMode(MappingMode value)

Imposta come l’elemento è mappato.

Parameters:

ParametroTipoDescrizione
valueMappingModeNuovo valore

setName(String value)

public void setName(String value)

Imposta il nome.

Parameters:

ParametroTipoDescrizione
valorejava.lang.StringNuovo valore

setReferenceMode(ReferenceMode value)

public void setReferenceMode(ReferenceMode value)

Imposta come l’elemento è referenziato.

Parameters:

ParametroTipoDescrizione
valueReferenceModeNuovo valore

toString()

public String toString()

Rappresentazione stringa dell’elemento vertex.

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

ParametroTipoDescrizione
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParametroTipoDescrizione
arg0long
arg1int