android.renderscript
Class Mesh

java.lang.Object
  extended by android.renderscript.BaseObj
      extended by android.renderscript.Mesh

Deprecated.

@Deprecated
public class Mesh
extends BaseObj


Nested Class Summary
static class Mesh.AllocationBuilder
          Deprecated. 
static class Mesh.Builder
          Deprecated. 
static class Mesh.Primitive
          Deprecated. 
static class Mesh.TriangleMeshBuilder
          Deprecated. 
 
Method Summary
 Allocation getIndexSetAllocation(int slot)
          Deprecated. 
 Mesh.Primitive getPrimitive(int slot)
          Deprecated. 
 int getPrimitiveCount()
          Deprecated. 
 Allocation getVertexAllocation(int slot)
          Deprecated. 
 int getVertexAllocationCount()
          Deprecated. 
 
Methods inherited from class android.renderscript.BaseObj
destroy, equals, finalize, getName, hashCode, setName
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getVertexAllocationCount

@Deprecated
public int getVertexAllocationCount()
Deprecated. 


getVertexAllocation

@Deprecated
public Allocation getVertexAllocation(int slot)
Deprecated. 


getPrimitiveCount

@Deprecated
public int getPrimitiveCount()
Deprecated. 


getIndexSetAllocation

@Deprecated
public Allocation getIndexSetAllocation(int slot)
Deprecated. 


getPrimitive

@Deprecated
public Mesh.Primitive getPrimitive(int slot)
Deprecated. 



Copyright © 2008-2012. All Rights Reserved.