|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.illinois.ncsa.versus.extract.impl.SurfaceAreaExtractor
public class SurfaceAreaExtractor
Extract the surface area an object that has a mesh.
Constructor Summary | |
---|---|
SurfaceAreaExtractor()
|
Method Summary | |
---|---|
Descriptor |
extract(Adapter adapter)
Extract a feature F from and adapter A. |
private DoubleArrayFeature |
extract(HasMesh adapter)
Extract a double array representation of an object that has a mesh. |
java.lang.Class<? extends Descriptor> |
getFeatureType()
The class of the feature that will be created by this extractor. |
java.lang.String |
getName()
The pretty name for the extractor to use in applications. |
MeshAdapter |
newAdapter()
Create an instance of the adapter required for this extractor. |
java.util.Set<java.lang.Class<? extends Adapter>> |
supportedAdapters()
The set of adapters supported by the extractor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SurfaceAreaExtractor()
Method Detail |
---|
private DoubleArrayFeature extract(HasMesh adapter)
adapter
- an object that has a mesh
public MeshAdapter newAdapter()
Extractor
newAdapter
in interface Extractor
public java.lang.String getName()
Extractor
getName
in interface Extractor
public Descriptor extract(Adapter adapter) throws UnsupportedTypeException
Extractor
extract
in interface Extractor
UnsupportedTypeException
public java.util.Set<java.lang.Class<? extends Adapter>> supportedAdapters()
Extractor
supportedAdapters
in interface Extractor
public java.lang.Class<? extends Descriptor> getFeatureType()
Extractor
getFeatureType
in interface Extractor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |