1 instantiation of Cluster
ReachFramework (1)
AlphaFlattener\Optimizer.cs (1)
421
home = new
Cluster
();
16 references to Cluster
ReachFramework (16)
AlphaFlattener\Flattener.cs (5)
941
List<
Cluster
> transparentCluster =
Cluster
.CalculateCluster(commands, count, disjoint, oldUnderlay);
943
Cluster
.CheckForRasterization(transparentCluster, commands);
962
internal void LogInterestingPrimitives(List<PrimitiveInfo> commands, int count, List<
Cluster
> transparentCluster)
1009
internal void SaveInterestingPrimitives(List<PrimitiveInfo> commands, int count, List<
Cluster
> transparentCluster)
AlphaFlattener\Optimizer.cs (10)
122
public static void CheckForRasterization(List<
Cluster
> clusters, List<PrimitiveInfo> commands)
124
foreach (
Cluster
c in clusters)
140
public static List<
Cluster
> CalculateCluster(List<PrimitiveInfo> commands, int count, bool disjoint, List<int>[] oldUnderlay)
142
List<
Cluster
> transparentCluster = new List<
Cluster
>();
179
Cluster
cluster = transparentCluster[clusterIndex];
282
private void MergeWith(
Cluster
c)
390
List<
Cluster
> transparentCluster,
406
Cluster
home = null;
410
Cluster
c = transparentCluster[j];
AlphaFlattener\Primitive.cs (1)
2148
public
Cluster
m_cluster;