| Package | Description |
|---|---|
| org.tinfour.demo.viewer |
Provides an interactive test program to demonstrate the Tinfour package
by rendering TINs.
|
| org.tinfour.demo.viewer.backplane |
Provides interfaces and classes for performing operations
in background threads, accessing a set of vertices
intended for modeling a surface, and creating a view of the data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataViewingPanel.postMvComposite(MvComposite composite) |
| Modifier and Type | Field and Description |
|---|---|
MvComposite |
RenderProduct.composite |
| Modifier and Type | Method and Description |
|---|---|
MvComposite |
BackplaneManager.queueConstraintLoadingTask(IModel model,
File file,
CompositeImageScale ccs,
String optionString) |
MvComposite |
BackplaneManager.queueHeavyweightRenderTask(IModel model,
ViewOptions view,
CompositeImageScale ccs)
Queues a render task; typically invoked from the UI when the user changes
view options that require that a new model-view composite be created.
|
MvComposite |
BackplaneManager.queueLightweightRenderTask(MvComposite oldComposite,
ViewOptions view)
Queues a new rendering task; typically invoked from the UI when the
user makes changes to the view options that do not require reconstructing
the TINs associated with the image.
|
MvComposite |
BackplaneManager.queueReloadTask(IModel model,
ViewOptions vOpt,
CompositeImageScale ccs) |
| Modifier and Type | Method and Description |
|---|---|
MvComposite |
BackplaneManager.queueLightweightRenderTask(MvComposite oldComposite,
ViewOptions view)
Queues a new rendering task; typically invoked from the UI when the
user makes changes to the view options that do not require reconstructing
the TINs associated with the image.
|
| Constructor and Description |
|---|
MvComposite(MvComposite mvComposite,
ViewOptions view,
boolean preserveTins,
int taskIndex)
Construct a new composite transferring data products from the older
composite so that they may be reused without additional processing.
|
Copyright © 2019. All rights reserved.